|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| struct cmSymbol * | symbol_array |
| size_t | symbol_count |
| cmBool | ignore_case |
This structure represents a single scope.
| struct cmHost* cmScope::host |
A pointer to the host used to allocate memory.
| cmBool cmScope::ignore_case |
Whether or not to ingore symbol name case.
| struct cmSymbol* cmScope::symbol_array |
The array of symbols for this scope.
| size_t cmScope::symbol_count |
The number of symbols in this scope.
1.8.12