Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Parser::ParseVar Struct Reference

struct to save parsed variables and optional image numbers More...

#include <ParseExp.h>

Public Member Functions

 ParseVar ()
 

Public Attributes

std::string varname
 
int imgNr
 
std::string expression
 
bool flag
 

Detailed Description

struct to save parsed variables and optional image numbers

Definition at line 39 of file ParseExp.h.

Constructor & Destructor Documentation

Parser::ParseVar::ParseVar ( )

Definition at line 622 of file ParseExp.cpp.

Member Data Documentation

std::string Parser::ParseVar::expression
bool Parser::ParseVar::flag

Definition at line 45 of file ParseExp.h.

Referenced by ParseSingleOptVar(), and Parser::ParseSingleVar().

int Parser::ParseVar::imgNr

Definition at line 43 of file ParseExp.h.

Referenced by ParseSingleLinkVar().

std::string Parser::ParseVar::varname

Definition at line 41 of file ParseExp.h.

Referenced by Parser::CalculateConstant(), and Parser::UpdateSingleVar().


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