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

Data Fields

struct cmHosthost
 
struct cmExpansionParserparser
 
struct cmArgumentargument
 
cmBool argument_done
 
cmBool aborted
 
struct cmQueryHandlerquery_handler
 

Detailed Description

This structure contains the data used by the expansion evaluator, used to evaluate variable references in arguments.

Field Documentation

§ aborted

cmBool cmExpansionEvaluator::aborted

Indicates whether or not the evaluator aborted.

§ argument

struct cmArgument* cmExpansionEvaluator::argument

A pointer to the next argument being built.

§ argument_done

cmBool cmExpansionEvaluator::argument_done

Whether or not the argument is done being built.

§ host

struct cmHost* cmExpansionEvaluator::host

A pointer to the host, used to allocate memory.

§ parser

struct cmExpansionParser* cmExpansionEvaluator::parser

The parser used for finding variable references.

§ query_handler

struct cmQueryHandler* cmExpansionEvaluator::query_handler

The query handler for evaluating variable references.


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