Om
Public Member Functions | Static Public Member Functions | List of all members
Om::Language::Operation::EvaluateOperation Class Reference

The define operation implementation. More...

#include "evaluate_operation.hpp"

+ Inheritance diagram for Om::Language::Operation::EvaluateOperation:
+ Collaboration diagram for Om::Language::Operation::EvaluateOperation:

Public Member Functions

 EvaluateOperation ()
 
template<typename TheOperand >
bool TakeOperand (Evaluation &, TheOperand &)
 
template<typename TheProducer >
bool TakeQuotedProducer (Evaluation &, TheProducer &)
 
- Public Member Functions inherited from Om::Language::Operation::DefaultIncompleteOperation< EvaluateOperation >
virtual ~DefaultIncompleteOperation ()=0
 
virtual void GiveElements (Consumer &)
 Gives the contents. More...
 
virtual void GiveElements (Consumer &) const
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
virtual bool ParseQuotedElements (Evaluation &, Reader &)
 
virtual bool TakeElement (Evaluation &, Operand &)
 Takes the Operand and gives the result to the Evaluation. More...
 
virtual bool TakeElement (Evaluation &, Operand const &)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
virtual bool TakeQuotedElements (Evaluation &, Producer &)
 Constructs and takes an Operand, which takes each Element from the argument. More...
 
virtual bool TakeQuotedElements (Evaluation &, Producer const &)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
- Public Member Functions inherited from Om::Language::Operation::IncompleteOperation
virtual ~IncompleteOperation ()=0
 

Static Public Member Functions

static char const * GetName ()
 
template<typename TheEvaluateOperation >
static void GiveElements (TheEvaluateOperation &, Consumer &)
 
- Static Public Member Functions inherited from Om::Language::Operation::DefaultIncompleteOperation< EvaluateOperation >
static Operator const & GetOperator ()
 
static void Give (Evaluation &)
 

Additional Inherited Members

- Protected Member Functions inherited from Om::Language::Operation::IncompleteOperation
 IncompleteOperation ()
 

Detailed Description

Definition at line 49 of file evaluate_operation.hpp.

Constructor & Destructor Documentation

◆ EvaluateOperation()

Om::Language::Operation::EvaluateOperation::EvaluateOperation ( )

Member Function Documentation

◆ GetName()

static char const* Om::Language::Operation::EvaluateOperation::GetName ( )
static

◆ GiveElements()

template<typename TheEvaluateOperation >
static void Om::Language::Operation::EvaluateOperation::GiveElements ( TheEvaluateOperation &  ,
Consumer  
)
static

◆ TakeOperand()

template<typename TheOperand >
bool Om::Language::Operation::EvaluateOperation::TakeOperand ( Evaluation ,
TheOperand &   
)

◆ TakeQuotedProducer()

template<typename TheProducer >
bool Om::Language::Operation::EvaluateOperation::TakeQuotedProducer ( Evaluation ,
TheProducer &   
)

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