|
Rosetta 3.5
|
#include <DynamicAggregateFunction.hh>


Public Types | |
| typedef numeric::expression_parser::ExpressionCreator | parent |
| typedef numeric::expression_parser::ExpressionCOP | ExpressionCOP |
Public Member Functions | |
| EntityFuncExpressionCreator (EntityFunc const &owner) | |
| virtual | ~EntityFuncExpressionCreator () |
| virtual ExpressionCOP | handle_variable_expression (numeric::expression_parser::ArithmeticASTValue const &) |
| virtual ExpressionCOP | handle_function_expression (numeric::expression_parser::FunctionTokenCOP function, utility::vector1< ExpressionCOP > const &args) |
Private Attributes | |
| EntityFunc const & | owner_ |
Definition at line 793 of file DynamicAggregateFunction.hh.
| typedef numeric::expression_parser::ExpressionCOP protocols::pack_daemon::EntityFuncExpressionCreator::ExpressionCOP |
Definition at line 797 of file DynamicAggregateFunction.hh.
| typedef numeric::expression_parser::ExpressionCreator protocols::pack_daemon::EntityFuncExpressionCreator::parent |
Definition at line 796 of file DynamicAggregateFunction.hh.
| protocols::pack_daemon::EntityFuncExpressionCreator::EntityFuncExpressionCreator | ( | EntityFunc const & | owner) |
Definition at line 2484 of file DynamicAggregateFunction.cc.
|
virtual |
Definition at line 2490 of file DynamicAggregateFunction.cc.
|
virtual |
Definition at line 2502 of file DynamicAggregateFunction.cc.
References protocols::pack_daemon::EntityFunc::function_expression(), and owner_.
|
virtual |
Definition at line 2494 of file DynamicAggregateFunction.cc.
References owner_, and protocols::pack_daemon::EntityFunc::variable_expression().
|
private |
Definition at line 814 of file DynamicAggregateFunction.hh.
Referenced by handle_function_expression(), and handle_variable_expression().
1.8.4