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

Public Types | |
| typedef numeric::expression_parser::ExpressionCreator | parent |
| typedef numeric::expression_parser::ExpressionCOP | ExpressionCOP |
Public Member Functions | |
| VectorExpressionCreator (DynamicAggregateFunction const &owner) | |
| ~VectorExpressionCreator () override | |
| ExpressionCOP | handle_variable_expression (numeric::expression_parser::ArithmeticASTValue const &) override |
| 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... | |
| ExpressionCOP | handle_function_expression (numeric::expression_parser::FunctionTokenCOP function, utility::vector1< ExpressionCOP > const &args) override |
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 | ) |
|
overridedefault |
|
override |
|
override |
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.
References owner_, and protocols::pack_daemon::DynamicAggregateFunction::variable_expression().
|
private |
Referenced by handle_function_expression(), and handle_variable_expression().
1.8.7