Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Parser::ShuntingYard::Operators::BinaryOperator Member List

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::BinaryOperatorinline
ComparePrecedence(const OperatorBase *other)Parser::ShuntingYard::Operators::OperatorBaseinline
GetPrecedence() const Parser::ShuntingYard::Operators::OperatorBaseinline
GetTokenBase()Parser::ShuntingYard::Operators::BinaryOperatorinlinevirtual
IsRightAssociative() const Parser::ShuntingYard::Operators::OperatorBaseinline
m_functionParser::ShuntingYard::Operators::BinaryOperatorprivate
OperatorBase(int prec, bool rightAssoc=false)Parser::ShuntingYard::Operators::OperatorBaseinline
~OperatorBase()Parser::ShuntingYard::Operators::OperatorBaseinlinevirtual