An Operation that normalizes a Program to a specific type.
More...
#include "program_operation.hpp"
|
| virtual bool | ParseQuotedElements (Evaluation &, Reader &) |
| |
| 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 | 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 |
| |
template<typename ThisProgram>
class Om::Language::Operation::ProgramOperation< ThisProgram >
Definition at line 35 of file program_operation.hpp.
◆ GetName()
template<typename ThisProgram >
◆ GiveElements()
template<typename ThisProgram >
template<typename TheProgramOperation >
◆ ParseQuotedElements()
template<typename ThisProgram >
◆ TakeOperand()
template<typename ThisProgram >
template<typename TheOperand >
◆ TakeQuotedProducer()
template<typename ThisProgram >
template<typename TheProducer >
The documentation for this class was generated from the following file: