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

#include <cmFunctionContext.h>

Data Fields

const char * name
 
const char * value
 
const char * doc
 
enum cmCacheType type
 

Detailed Description

Describes a cache variable.

Field Documentation

§ doc

const char* cmCacheVariableDesc::doc

Documentation concerning the variable.

§ name

const char* cmCacheVariableDesc::name

The name of the cache variable.

§ type

enum cmCacheType cmCacheVariableDesc::type

The type to give the variable.

§ value

const char* cmCacheVariableDesc::value

The value to give the cache variable (may be null).


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