Rosetta
Public Types | Public Member Functions | Private Attributes | List of all members
protocols::pack_daemon::VectorExpressionCreator Class Reference

#include <DynamicAggregateFunction.hh>

Inheritance diagram for protocols::pack_daemon::VectorExpressionCreator:
Inheritance graph
[legend]

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_
 

Member Typedef Documentation

◆ ExpressionCOP

typedef numeric::expression_parser::ExpressionCOP protocols::pack_daemon::VectorExpressionCreator::ExpressionCOP

◆ parent

Constructor & Destructor Documentation

◆ VectorExpressionCreator()

protocols::pack_daemon::VectorExpressionCreator::VectorExpressionCreator ( DynamicAggregateFunction const &  owner)

◆ ~VectorExpressionCreator()

protocols::pack_daemon::VectorExpressionCreator::~VectorExpressionCreator ( )
overridedefault

Member Function Documentation

◆ handle_function_expression()

VectorExpressionCreator::ExpressionCOP protocols::pack_daemon::VectorExpressionCreator::handle_function_expression ( numeric::expression_parser::FunctionTokenCOP  function,
utility::vector1< ExpressionCOP > const &  args 
)
override

◆ handle_variable_expression()

VectorExpressionCreator::ExpressionCOP protocols::pack_daemon::VectorExpressionCreator::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.

References owner_, and protocols::pack_daemon::DynamicAggregateFunction::variable_expression().

Member Data Documentation

◆ owner_

DynamicAggregateFunction const& protocols::pack_daemon::VectorExpressionCreator::owner_
private

The documentation for this class was generated from the following files: