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

The = operation implementation. More...

#include "equals_operation.hpp"

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

Public Member Functions

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

Private Member Functions

template<typename TheProducer >
bool IsMatch (TheProducer &) const
 

Private Attributes

Operand thisOperand
 The Operand to compare with. More...
 

Additional Inherited Members

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

Detailed Description

Definition at line 62 of file equals_operation.hpp.

Constructor & Destructor Documentation

◆ EqualsOperation()

Om::Language::Operation::EqualsOperation::EqualsOperation ( )

Member Function Documentation

◆ GetName()

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

◆ GiveElements()

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

◆ TakeOperand()

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

◆ TakeQuotedProducer()

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

◆ IsMatch()

template<typename TheProducer >
bool Om::Language::Operation::EqualsOperation::IsMatch ( TheProducer &  ) const
private

Member Data Documentation

◆ thisOperand

Operand Om::Language::Operation::EqualsOperation::thisOperand
private

Definition at line 100 of file equals_operation.hpp.


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