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

Data Fields

struct cmHosthost
 
const char * filename
 
struct cmArgumentargument
 
struct cmCommandcommand
 
struct cmLexerlexer
 
cmBool aborted
 

Detailed Description

This structure contains the data used by the parser to parse commands.

Field Documentation

§ aborted

cmBool cmParser::aborted

Indicates whether or not the parser has been aborted.

§ argument

struct cmArgument* cmParser::argument

The last parsed argument.

§ command

struct cmCommand* cmParser::command

The last parsed command.

§ filename

const char* cmParser::filename

The name of the file being parsed.

§ host

struct cmHost* cmParser::host

A pointer to the host interface.

§ lexer

struct cmLexer* cmParser::lexer

A pointer to the lexer used to tokenize the input.


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