|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmLoop * | loop |
| struct cmSymbolTable * | variable_table |
| struct cmSymbolTable * | function_table |
| struct cmHost * | host |
| struct cmWarningConfig | warning_config |
This structure contains all the data for a library session. It's the top-most data structure in this project.
| struct cmSymbolTable* cmEngine::function_table |
The function table. A copy of this function table is made whenever a script is started.
| struct cmHost* cmEngine::host |
A pointer to the host interface.
| struct cmLoop* cmEngine::loop |
A pointer to the event loop.
| struct cmSymbolTable* cmEngine::variable_table |
The variable table. A copy of this variable table is made whenever a script is started.
| struct cmWarningConfig cmEngine::warning_config |
The warning configuration to give to script's when they are started.
1.8.12