|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| struct cmCacheVariable ** | var_array |
| size_t | var_count |
This structure contains all the data used by a CMake cache. A cache in CMake is a series of variables that persist across several invocations of CMake.
| struct cmHost* cmCache::host |
The host used to allocate memory.
| struct cmCacheVariable** cmCache::var_array |
The variable array.
| size_t cmCache::var_count |
The number of variables in the variable array.
1.8.12