|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| enum cmCacheType | type |
| char * | name |
| size_t | name_size |
| char * | value |
| size_t | value_size |
| char * | doc |
| size_t | doc_size |
This structure contains all the data used by a single cache variable.
| char* cmCacheVariable::doc |
Documentation related to the cache variable.
| size_t cmCacheVariable::doc_size |
The number of characters in the documentation string.
| struct cmHost* cmCacheVariable::host |
The host used to allocate memory.
| char* cmCacheVariable::name |
The name of the cache variable.
| size_t cmCacheVariable::name_size |
The number of characters in the variable name.
| enum cmCacheType cmCacheVariable::type |
Indicates the type of the variable.
| char* cmCacheVariable::value |
The value of the cache variable.
| size_t cmCacheVariable::value_size |
The number of characters in the variable value.
1.8.12