Om
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
Om::Language::Operation::FindOperation Class Reference

The find operation implementation. More...

#include "find_operation.hpp"

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

Public Member Functions

 FindOperation ()
 
template<typename TheOperand >
bool TakeOperand (Evaluation &, TheOperand &)
 
template<typename TheProducer >
bool TakeQuotedProducer (Evaluation &, TheProducer &)
 
- Public Member Functions inherited from Om::Language::Operation::DefaultIncompleteOperation< FindOperation >
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 TheFindOperation >
static void GiveElements (TheFindOperation &, Consumer &)
 
- Static Public Member Functions inherited from Om::Language::Operation::DefaultIncompleteOperation< FindOperation >
static Operator const & GetOperator ()
 
static void Give (Evaluation &)
 

Private Attributes

boost::optional< OperatorthisOperator
 The Operator to find. More...
 

Additional Inherited Members

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

Detailed Description

Definition at line 59 of file find_operation.hpp.

Constructor & Destructor Documentation

◆ FindOperation()

Om::Language::Operation::FindOperation::FindOperation ( )

Member Function Documentation

◆ GetName()

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

◆ GiveElements()

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

◆ TakeOperand()

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

◆ TakeQuotedProducer()

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

Member Data Documentation

◆ thisOperator

boost::optional<Operator> Om::Language::Operation::FindOperation::thisOperator
private

Definition at line 94 of file find_operation.hpp.


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