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

Data Fields

struct cmHosthost
 
enum cmReferenceExpansionType type
 
struct cmExpansionListbody
 

Detailed Description

This structure is used to contain data for reference expansions.

Field Documentation

§ body

struct cmExpansionList* cmReferenceExpansion::body

The body of the reference expansion.

§ host

struct cmHost* cmReferenceExpansion::host

A pointer to the host used for memory allocation.

§ type

enum cmReferenceExpansionType cmReferenceExpansion::type

Indicates the type of this reference.


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