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

Data Fields

struct cmHosthost
 
struct cmArgumentLexerlexer
 
struct cmExpansion tmp_expansion
 
cmBool aborted
 
cmBool allow_separators
 

Detailed Description

This structure contains the data used by the expansion parser.

Field Documentation

§ aborted

cmBool cmExpansionParser::aborted

Whether or not the parser aborted itself.

§ allow_separators

cmBool cmExpansionParser::allow_separators

Whether or not separators should be parsed.

§ host

struct cmHost* cmExpansionParser::host

The host used to allocate memory.

§ lexer

struct cmArgumentLexer* cmExpansionParser::lexer

The argument lexer.

§ tmp_expansion

struct cmExpansion cmExpansionParser::tmp_expansion

A temporary expansion structure.


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