|
cmEngine
0.1.1
A library for interpreting CMake code.
|
#include <cmFunctionContext.h>
Data Fields | |
| const char * | name |
| const char * | value |
| const char * | doc |
| enum cmCacheType | type |
Describes a cache variable.
| const char* cmCacheVariableDesc::doc |
Documentation concerning the variable.
| const char* cmCacheVariableDesc::name |
The name of the cache variable.
| enum cmCacheType cmCacheVariableDesc::type |
The type to give the variable.
| const char* cmCacheVariableDesc::value |
The value to give the cache variable (may be null).
1.8.12