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

Data Fields

char * name
 
size_t name_size
 
cmBool env
 

Detailed Description

Represents the name of the variable that the set command is modifying.

Field Documentation

§ env

cmBool cmSetKey::env

Indicates whether or not this is an environment variable.

§ name

char* cmSetKey::name

The name of the variable being modified.

§ name_size

size_t cmSetKey::name_size

The number of characters in the name.


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