Om
|
A partial implementation of IncompleteOperation. More...
#include "default_incomplete_operation.hpp"
Public Member Functions | |
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 Operator const & | GetOperator () |
static void | Give (Evaluation &) |
Additional Inherited Members | |
Protected Member Functions inherited from Om::Language::Operation::IncompleteOperation | |
IncompleteOperation () | |
Definition at line 39 of file default_incomplete_operation.hpp.
|
pure virtual |
|
static |
|
static |
|
virtual |
Implements Om::Language::Operation::IncompleteOperation.
|
virtual |
Implements Om::Language::Operation::IncompleteOperation.
|
virtual |
|
virtual |
Implements Om::Language::Operation::IncompleteOperation.
|
virtual |
Implements Om::Language::Operation::IncompleteOperation.
|
virtual |
Implements Om::Language::Operation::IncompleteOperation.
|
virtual |
Implements Om::Language::Operation::IncompleteOperation.