|
| Operand () |
|
template<typename TheProgram > |
| Operand (std::auto_ptr< TheProgram >) |
|
Operand & | operator= (Operand) |
|
virtual Program & | operator* () |
|
virtual Program const & | operator* () const |
|
virtual void | Clear () |
|
bool | Equals (Operand const &) const |
|
Program * | GetProgram () |
|
Program const * | GetProgram () const |
|
virtual bool | IsEmpty () const |
|
virtual void | ParseElements (Reader &) |
|
virtual void | ParseQuotedElements (Reader &) |
|
template<typename TheProgram > |
void | SetProgram (std::auto_ptr< TheProgram >) |
| Replaces the Program owned by this Operand with the argument. More...
|
|
void | Swap (Operand &) |
|
virtual void | TakeElements (Producer &) |
| Takes each Element of the argument. More...
|
|
virtual void | TakeElements (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...
|
|
template<typename TheOperand > |
void | TakeOperand (TheOperand &) |
|
template<typename TheOperator > |
void | TakeOperator (TheOperator &) |
|
template<typename TheProducer > |
void | TakeQuotedProducer (TheProducer &) |
|
template<typename TheSeparator > |
void | TakeSeparator (TheSeparator &) |
|
virtual | ~DefaultElement ()=0 |
|
virtual bool | Equals (Element const &) const |
|
bool | Equals (Operand const &) const |
|
virtual std::auto_ptr< Om::Source::Source< Element > > | GetElementRange () |
|
virtual std::auto_ptr< Om::Source::Source< Element const > > | GetElementRange () const |
|
virtual void | GiveElements (Consumer &) |
|
virtual void | GiveElements (Consumer &) const |
|
virtual | ~DefaultProgram ()=0 |
|
virtual bool | Equals (Program const &) const |
|
virtual | ~DefaultConsumer ()=0 |
|
virtual void | TakeElement (Operand &) |
| Takes a non-empty Element, which gets copied or swapped. More...
|
|
virtual void | TakeElement (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 void | TakeElement (Operator &) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
virtual void | TakeElement (Operator 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 void | TakeElement (Separator &) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
virtual void | TakeElement (Separator 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 void | TakeQuotedElements (Producer &) |
| Constructs and takes an Operand, which takes each Element from the argument Producer. More...
|
|
virtual void | TakeQuotedElements (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 | ~DefaultGiveable ()=0 |
|
virtual std::auto_ptr< Moveable > | Move () |
|
virtual | ~DefaultMoveable ()=0 |
|
virtual | ~DefaultCopyable ()=0 |
|
virtual std::auto_ptr< Copyable > | Copy () const |
|
virtual | ~Copyable ()=0 |
|
virtual | ~Taker ()=0 |
|
void | Take (ThisImplementation &) |
| Swaps. More...
|
|
void | Take (ThisImplementation const &) |
| Assigns. More...
|
|