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

This is the complete list of members for Parser::ShuntingYard::Operators::FunctionOperator, including all inherited members.

ComparePrecedence(const OperatorBase *other)Parser::ShuntingYard::Operators::OperatorBaseinline
FunctionOperator(std::function< double(double)> func, int prec=-2, bool rightAssoc=false)Parser::ShuntingYard::Operators::FunctionOperatorinline
GetPrecedence() const Parser::ShuntingYard::Operators::OperatorBaseinline
GetTokenBase()Parser::ShuntingYard::Operators::FunctionOperatorinlinevirtual
IsRightAssociative() const Parser::ShuntingYard::Operators::OperatorBaseinline
m_functionParser::ShuntingYard::Operators::FunctionOperatorprivate
OperatorBase(int prec, bool rightAssoc=false)Parser::ShuntingYard::Operators::OperatorBaseinline
~OperatorBase()Parser::ShuntingYard::Operators::OperatorBaseinlinevirtual