|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| struct cmHost * | host |
| char * | content |
| size_t | content_size |
| cmBool | cache_specified |
| enum cmCacheType | cache_type |
| char * | doc |
| size_t | doc_size |
| cmBool | force_specified |
| cmBool | parent_scope_specified |
Represents a value computed by the set command.
| cmBool cmSetValue::cache_specified |
Whether or not 'CACHE' was specified.
| enum cmCacheType cmSetValue::cache_type |
The cache type assigned to the value.
| char* cmSetValue::content |
The content of the value.
| size_t cmSetValue::content_size |
The number of characters in the value contnet.
| char* cmSetValue::doc |
Documentation for the variable.
| size_t cmSetValue::doc_size |
The size of the variable documentation string.
| cmBool cmSetValue::force_specified |
Whether or not 'FORCE' was specified.
| struct cmHost* cmSetValue::host |
The host to release the memory through.
| cmBool cmSetValue::parent_scope_specified |
Whether or not 'PARENT_SCOPE' was specified.
1.8.12