|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| struct cmParser * | parser |
| struct cmSymbolTable * | function_table |
| struct cmSymbolTable * | variable_table |
| struct cmFunctionContext * | function_context |
| const char * | filename |
| struct cmCache * | cache |
This structure contains the data that is used to execute commands.
| struct cmCache* cmInterpreter::cache |
The cache used by this script.
| const char* cmInterpreter::filename |
The name of the file being interpreted.
| struct cmFunctionContext* cmInterpreter::function_context |
A pointer to the function context used to make function calls.
| struct cmSymbolTable* cmInterpreter::function_table |
The function table.
| struct cmHost* cmInterpreter::host |
A pointer to the host interface.
| struct cmParser* cmInterpreter::parser |
A pointer to the parser for this script.
| struct cmSymbolTable* cmInterpreter::variable_table |
The variable table.
1.8.12