|
| 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 | 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...
|
| |
| 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 | ~Consumer ()=0 |
| |
| template<typename TheOperator , typename TheSeparator > |
| void | Parse (Reader &) |
| |
| virtual void | ParseElements (Reader &)=0 |
| |
| virtual void | ParseQuotedElements (Reader &)=0 |
| |
| void | TakeElement (Null &) |
| | Takes a Null Element, which is disregarded. More...
|
| |
| void | TakeElement (Null 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 ThisImplementation, typename ThisInterface = Consumer>
class Om::Language::DefaultConsumer< ThisImplementation, ThisInterface >
Definition at line 36 of file default_consumer.hpp.