Hugin trunk 0.1
Loading...
Searching...
No Matches
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

◆ ParseVar()

Parser::ParseVar::ParseVar ( )

Definition at line 622 of file ParseExp.cpp.

Member Data Documentation

◆ expression

std::string Parser::ParseVar::expression

Definition at line 44 of file ParseExp.h.

Referenced by Parser::ParseSingleVar().

◆ flag

bool Parser::ParseVar::flag

Definition at line 45 of file ParseExp.h.

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

◆ imgNr

int Parser::ParseVar::imgNr

Definition at line 43 of file ParseExp.h.

Referenced by ParseSingleLinkVar(), and Parser::ParseVarNumber().

◆ varname

std::string Parser::ParseVar::varname

Definition at line 41 of file ParseExp.h.

Referenced by Parser::ParseVarNumber().


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