Doxygen
|
Private interface between Parser (constexp.y) and Lexer (constexp.l) More...
Go to the source code of this file.
Classes | |
struct | constexpYY_state |
Macros | |
#define | YYSTYPE CPPValue |
#define | YY_TYPEDEF_YY_SCANNER_T |
Typedefs | |
typedef yyguts_t * | yyscan_t |
Functions | |
constexpYY_state * | constexpYYget_extra (yyscan_t yyscanner) |
int | constexpYYlex (YYSTYPE *lvalp, yyscan_t) |
int | constexpYYparse (yyscan_t) |
Private interface between Parser (constexp.y) and Lexer (constexp.l)
Definition in file constexp_p.h.
#define YY_TYPEDEF_YY_SCANNER_T |
Definition at line 29 of file constexp_p.h.
#define YYSTYPE CPPValue |
Definition at line 28 of file constexp_p.h.
Referenced by constexpYYlex().
typedef yyguts_t* yyscan_t |
Definition at line 32 of file constexp_p.h.
constexpYY_state * constexpYYget_extra | ( | yyscan_t | yyscanner | ) |
int constexpYYparse | ( | yyscan_t | ) |
Referenced by ConstExpressionParser::parse().