cmEngine  0.1.1
A library for interpreting CMake code.
Data Fields
cmSetValue Struct Reference

Data Fields

struct cmHosthost
 
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
 

Detailed Description

Represents a value computed by the set command.

Field Documentation

§ cache_specified

cmBool cmSetValue::cache_specified

Whether or not 'CACHE' was specified.

§ cache_type

enum cmCacheType cmSetValue::cache_type

The cache type assigned to the value.

§ content

char* cmSetValue::content

The content of the value.

§ content_size

size_t cmSetValue::content_size

The number of characters in the value contnet.

§ doc

char* cmSetValue::doc

Documentation for the variable.

§ doc_size

size_t cmSetValue::doc_size

The size of the variable documentation string.

§ force_specified

cmBool cmSetValue::force_specified

Whether or not 'FORCE' was specified.

§ host

struct cmHost* cmSetValue::host

The host to release the memory through.

§ parent_scope_specified

cmBool cmSetValue::parent_scope_specified

Whether or not 'PARENT_SCOPE' was specified.


The documentation for this struct was generated from the following file: