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