Hugintrunk
0.1
|
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 |
struct to save parsed variables and optional image numbers
Definition at line 39 of file ParseExp.h.
Parser::ParseVar::ParseVar | ( | ) |
Definition at line 622 of file ParseExp.cpp.
std::string Parser::ParseVar::expression |
Definition at line 44 of file ParseExp.h.
Referenced by Parser::CalculateConstant(), Parser::ParseSingleVar(), and Parser::UpdateSingleVar().
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().