![]() |
Rosetta Protocols
2014.16.56682
|
#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_ |
| typedef numeric::expression_parser::ExpressionCOP protocols::pack_daemon::EntityFuncExpressionCreator::ExpressionCOP |
| typedef numeric::expression_parser::ExpressionCreator protocols::pack_daemon::EntityFuncExpressionCreator::parent |
| protocols::pack_daemon::EntityFuncExpressionCreator::EntityFuncExpressionCreator | ( | EntityFunc const & | owner | ) |
|
virtual |
|
virtual |
Reimplemented from numeric::expression_parser::ExpressionCreator.
References protocols::pack_daemon::EntityFunc::function_expression(), and owner_.
|
virtual |
Reimplemented from numeric::expression_parser::ExpressionCreator.
References owner_, and protocols::pack_daemon::EntityFunc::variable_expression().
|
private |
Referenced by handle_function_expression(), and handle_variable_expression().
1.8.7