|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| struct cmArgumentLexer * | lexer |
| struct cmExpansion | tmp_expansion |
| cmBool | aborted |
| cmBool | allow_separators |
This structure contains the data used by the expansion parser.
| cmBool cmExpansionParser::aborted |
Whether or not the parser aborted itself.
| cmBool cmExpansionParser::allow_separators |
Whether or not separators should be parsed.
| struct cmHost* cmExpansionParser::host |
The host used to allocate memory.
| struct cmArgumentLexer* cmExpansionParser::lexer |
The argument lexer.
| struct cmExpansion cmExpansionParser::tmp_expansion |
A temporary expansion structure.
1.8.12