|
Doxygen
|
Private interface between Parser (constexp.y) and Lexer (constexp.l) 更多...
constexp_p.h 的引用(Include)关系图:类 | |
| struct | constexpYY_state |
宏定义 | |
| #define | YYSTYPE CPPValue |
| #define | YY_TYPEDEF_YY_SCANNER_T |
类型定义 | |
| typedef yyguts_t * | yyscan_t |
函数 | |
| 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)
在文件 constexp_p.h 中定义.
| #define YY_TYPEDEF_YY_SCANNER_T |
在文件 constexp_p.h 第 26 行定义.
| #define YYSTYPE CPPValue |
在文件 constexp_p.h 第 25 行定义.
| typedef yyguts_t* yyscan_t |
在文件 constexp_p.h 第 28 行定义.
| constexpYY_state* constexpYYget_extra | ( | yyscan_t | yyscanner | ) |
| int constexpYYparse | ( | yyscan_t | ) |