|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| const char * | filename |
| struct cmArgument * | argument |
| struct cmCommand * | command |
| struct cmLexer * | lexer |
| cmBool | aborted |
This structure contains the data used by the parser to parse commands.
| cmBool cmParser::aborted |
Indicates whether or not the parser has been aborted.
| struct cmArgument* cmParser::argument |
The last parsed argument.
| struct cmCommand* cmParser::command |
The last parsed command.
| const char* cmParser::filename |
The name of the file being parsed.
| struct cmHost* cmParser::host |
A pointer to the host interface.
| struct cmLexer* cmParser::lexer |
A pointer to the lexer used to tokenize the input.
1.8.12