![]() |
Rosetta Protocols
2014.35
|
#include <DynamicAggregateFunction.hh>
Public Types | |
typedef numeric::expression_parser::ExpressionCreator | parent |
typedef numeric::expression_parser::ExpressionCOP | ExpressionCOP |
Public Member Functions | |
VectorExpressionCreator (DynamicAggregateFunction const &owner) | |
virtual | ~VectorExpressionCreator () |
virtual ExpressionCOP | handle_variable_expression (numeric::expression_parser::ArithmeticASTValue const &) |
Override the parent-class definition of this function to trap one specific kind of function call: max or min with a vector variable as one of their function argument. More... | |
virtual ExpressionCOP | handle_function_expression (numeric::expression_parser::FunctionTokenCOP function, utility::vector1< ExpressionCOP > const &args) |
Private Attributes | |
DynamicAggregateFunction const & | owner_ |
typedef numeric::expression_parser::ExpressionCOP protocols::pack_daemon::VectorExpressionCreator::ExpressionCOP |
typedef numeric::expression_parser::ExpressionCreator protocols::pack_daemon::VectorExpressionCreator::parent |
protocols::pack_daemon::VectorExpressionCreator::VectorExpressionCreator | ( | DynamicAggregateFunction const & | owner | ) |
|
virtual |
|
virtual |
|
virtual |
Override the parent-class definition of this function to trap one specific kind of function call: max or min with a vector variable as one of their function argument.
Reimplemented from numeric::expression_parser::ExpressionCreator.
References owner_, and protocols::pack_daemon::DynamicAggregateFunction::variable_expression().
|
private |
Referenced by handle_function_expression(), and handle_variable_expression().