![]() |
Rosetta
2021.16
|
#include <Arithmetic.hh>

Public Types | |
| typedef SimpleExpressionCreator | parent |
| typedef ExpressionCreator | grandparent |
Public Member Functions | |
| BooleanExpressionCreator () | |
| BooleanExpressionCreator (std::list< std::string > const &varnames) | |
| ExpressionCOP | handle_function_expression (FunctionTokenCOP function, utility::vector1< ExpressionCOP > const &args) override |
| Factory method to be implemented by derived classes which may wish to handle function expressions in a specific manner. More... | |
Public Member Functions inherited from numeric::expression_parser::SimpleExpressionCreator | |
| SimpleExpressionCreator () | |
| SimpleExpressionCreator (std::list< std::string > const &varnames) | |
| void | add_variable (std::string const &varname) |
| ExpressionCOP | handle_variable_expression (ArithmeticASTValue const &) override |
| Factory method to be implemented by derived classes which may wish to handle variable expressions in a specific manner. More... | |
| VariableExpressionOP | get_variable (std::string const &varname) |
| std::map< std::string, VariableExpressionOP > | variables () const |
Public Member Functions inherited from numeric::expression_parser::ExpressionCreator | |
| ExpressionCreator () | |
| ~ExpressionCreator () override | |
| void | visit (ArithmeticASTExpression const &) override |
| void | visit (ArithmeticASTAndClause const &) override |
| void | visit (ArithmeticASTOrClause const &) override |
| void | visit (ArithmeticASTFunction const &) override |
| void | visit (ArithmeticASTTerm const &) override |
| void | visit (ArithmeticASTFactor const &) override |
| void | visit (ArithmeticASTValue const &) override |
| void | visit (ArithmeticASTRestTerm const &) override |
| void | visit (ArithmeticASTRestAndClause const &) override |
| void | visit (ArithmeticASTRestOrClause const &) override |
| void | visit (ArithmeticASTRestExpression const &) override |
| void | visit (ArithmeticASTNode const &) override |
| ExpressionCOP | create_expression_tree (ArithmeticASTExpression const &) |
Public Member Functions inherited from numeric::expression_parser::ASTVisitor | |
| ~ASTVisitor () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
Public Member Functions inherited from utility::VirtualBase | |
| VirtualBase ()=default | |
| Default constructor. More... | |
| virtual | ~VirtualBase ()=default |
| The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
| VirtualBase (VirtualBase const &)=default | |
| VirtualBase (VirtualBase &&)=default | |
| VirtualBase & | operator= (VirtualBase const &)=default |
| VirtualBase & | operator= (VirtualBase &&)=default |
| numeric::expression_parser::BooleanExpressionCreator::BooleanExpressionCreator | ( | ) |
| numeric::expression_parser::BooleanExpressionCreator::BooleanExpressionCreator | ( | std::list< std::string > const & | varnames | ) |
|
overridevirtual |
Factory method to be implemented by derived classes which may wish to handle function expressions in a specific manner.
Reimplemented from numeric::expression_parser::ExpressionCreator.
References numeric::expression_parser::ExpressionCreator::handle_function_expression(), and utility_exit_with_message.
1.8.7