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

The fill operation implementation. More...

#include "fill_operation.hpp"

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

Public Member Functions

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

Private Types

typedef Expression::FormRange< FormFormRange
 

Private Attributes

Expression thisExpression
 The output argument that is being filled. More...
 
boost::optional< FormRangethisFormRange
 The current position in the output argument. More...
 

Additional Inherited Members

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

Detailed Description

Definition at line 63 of file fill_operation.hpp.

Member Typedef Documentation

◆ FormRange

Definition at line 94 of file fill_operation.hpp.

Constructor & Destructor Documentation

◆ FillOperation()

Om::Language::Operation::FillOperation::FillOperation ( )

Member Function Documentation

◆ GetName()

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

◆ GiveElements()

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

◆ TakeOperand()

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

◆ TakeQuotedProducer()

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

Member Data Documentation

◆ thisExpression

Expression Om::Language::Operation::FillOperation::thisExpression
private

Definition at line 102 of file fill_operation.hpp.

◆ thisFormRange

boost::optional<FormRange> Om::Language::Operation::FillOperation::thisFormRange
private

Definition at line 108 of file fill_operation.hpp.


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