|
Hugintrunk
0.1
|
if operator on operator stack, used only for ':' token More...

Public Member Functions | |
| IfOperator () | |
| RPNTokens::TokenBase * | GetTokenBase () |
Public Member Functions inherited from Parser::ShuntingYard::Operators::OperatorBase | |
| OperatorBase (int prec, bool rightAssoc=false) | |
| virtual | ~OperatorBase () |
| const int | GetPrecedence () const |
| const bool | IsRightAssociative () const |
| bool | ComparePrecedence (const OperatorBase *other) |
if operator on operator stack, used only for ':' token
Definition at line 208 of file ParseExp.cpp.
|
inline |
Definition at line 211 of file ParseExp.cpp.
|
inlinevirtual |
Reimplemented from Parser::ShuntingYard::Operators::OperatorBase.
Definition at line 212 of file ParseExp.cpp.
1.8.5