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