The inject operation implementation.
More...
#include "inject_operation.hpp"
|
| InjectOperation () |
|
template<typename TheOperand > |
bool | TakeOperand (Evaluation &, TheOperand &) |
|
template<typename TheProducer > |
bool | TakeQuotedProducer (Evaluation &, TheProducer &) |
|
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...
|
|
virtual | ~IncompleteOperation ()=0 |
|
Definition at line 55 of file inject_operation.hpp.
◆ InjectOperation()
Om::Language::Operation::InjectOperation::InjectOperation |
( |
| ) |
|
◆ GetName()
static char const* Om::Language::Operation::InjectOperation::GetName |
( |
| ) |
|
|
static |
◆ GiveElements()
template<typename TheInjectOperation >
static void Om::Language::Operation::InjectOperation::GiveElements |
( |
TheInjectOperation & |
, |
|
|
Consumer & |
|
|
) |
| |
|
static |
◆ TakeOperand()
template<typename TheOperand >
bool Om::Language::Operation::InjectOperation::TakeOperand |
( |
Evaluation & |
, |
|
|
TheOperand & |
|
|
) |
| |
◆ TakeQuotedProducer()
template<typename TheProducer >
bool Om::Language::Operation::InjectOperation::TakeQuotedProducer |
( |
Evaluation & |
, |
|
|
TheProducer & |
|
|
) |
| |
◆ thisInjector
Expression Om::Language::Operation::InjectOperation::thisInjector |
|
private |
◆ thisOutput
Expression Om::Language::Operation::InjectOperation::thisOutput |
|
private |
◆ thisScope
boost::optional<Evaluator> Om::Language::Operation::InjectOperation::thisScope |
|
private |
The documentation for this class was generated from the following file: