Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

dataparser.h File Reference

Declarations for the DataParser class. More...


Compounds

class  DataParser
 The DataParser class implements the parser that is used by Grisu to parse incoming or loaded data packages and to build the internal Node based data representation. More...

struct  ParserArgs
 This structure is used to pass several input and output arguments to the Bison parser. More...


Functions

int yyparse (void *args)
 The main entry point of the parser.


Detailed Description

Declarations for the DataParser class.

Author:
Holger Wunsch

Function Documentation

int yyparse void *  args  ) 
 

The main entry point of the parser.

Parameters:
args a pointer to a ParserArgs structure.
Returns:
see the Bison documentation at http://www.gnu.org/software/bison/bison.html.


Generated on Sun Apr 27 18:26:57 2003 for Grisu by doxygen1.3