|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| struct cmScope * | scope_array |
| size_t | scope_count |
| cmBool | ignore_case |
This structure contains a symbol table. A symbol table is made up of an array of scopes. Scopes are the structures that hold the actual symbols.
| struct cmHost* cmSymbolTable::host |
A pointer to the host used to allocate memory.
| cmBool cmSymbolTable::ignore_case |
Whether or not to ingore symbol name case.
| struct cmScope* cmSymbolTable::scope_array |
The scope array.
| size_t cmSymbolTable::scope_count |
The number of scopes in the scope array.
1.8.12