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

Data Fields

struct cmHosthost
 
struct cmCacheVariable ** var_array
 
size_t var_count
 

Detailed Description

This structure contains all the data used by a CMake cache. A cache in CMake is a series of variables that persist across several invocations of CMake.

Field Documentation

§ host

struct cmHost* cmCache::host

The host used to allocate memory.

§ var_array

struct cmCacheVariable** cmCache::var_array

The variable array.

§ var_count

size_t cmCache::var_count

The number of variables in the variable array.


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