Hugintrunk
0.1
|
This is the complete list of members for Parser::ShuntingYard::Operators::OperatorBase, including all inherited members.
ComparePrecedence(const OperatorBase *other) | Parser::ShuntingYard::Operators::OperatorBase | inline |
GetPrecedence() const | Parser::ShuntingYard::Operators::OperatorBase | inline |
GetTokenBase() | Parser::ShuntingYard::Operators::OperatorBase | inlinevirtual |
IsRightAssociative() const | Parser::ShuntingYard::Operators::OperatorBase | inline |
m_precedence | Parser::ShuntingYard::Operators::OperatorBase | private |
m_rightAssoc | Parser::ShuntingYard::Operators::OperatorBase | private |
OperatorBase(int prec, bool rightAssoc=false) | Parser::ShuntingYard::Operators::OperatorBase | inline |
~OperatorBase() | Parser::ShuntingYard::Operators::OperatorBase | inlinevirtual |