|
Om
|
The Null Element implementation. More...
#include "null.hpp"
Inheritance diagram for Om::Language::Null:
Collaboration diagram for Om::Language::Null:Public Member Functions | |
| Null () | |
| Null (Om::Source::Source< CodePoint const > &) | |
| Swallows the next CodePoint in the Source. More... | |
| Null & | operator= (Null const &) |
| virtual Program & | operator* () |
| virtual Program const & | operator* () const |
| virtual void | Clear () |
| virtual bool | Equals (Element const &) const |
| virtual bool | Equals (Program 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 bool | IsEmpty () const |
| virtual bool | Merge (Operator &) |
| virtual bool | Merge (Operator const &) |
| virtual bool | Merge (Separator &) |
| virtual bool | Merge (Separator const &) |
| virtual void | ParseElements (Reader &) |
| virtual void | ParseQuotedElements (Reader &) |
| virtual void | Swap (Null &) |
| 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 &) |
Public Member Functions inherited from Om::Language::DefaultElement< Null > | |
| virtual | ~DefaultElement ()=0 |
| bool | Equals (Null const &) const |
Public Member Functions inherited from Om::Language::DefaultProgram< ThisImplementation, ThisInterface > | |
| virtual | ~DefaultProgram ()=0 |
Public Member Functions inherited from Om::Language::DefaultConsumer< ThisImplementation, DefaultGiveable< ThisImplementation, Om::Language::Program > > | |
| 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... | |
Public Member Functions inherited from Om::DefaultGiveable< ThisImplementation, ThisInterface > | |
| virtual | ~DefaultGiveable ()=0 |
Public Member Functions inherited from Om::DefaultMoveable< ThisImplementation, DefaultCopyable< ThisImplementation, Giveable > > | |
| virtual std::auto_ptr< Moveable > | Move () |
| virtual | ~DefaultMoveable ()=0 |
Public Member Functions inherited from Om::DefaultCopyable< ThisImplementation, ThisInterface > | |
| virtual | ~DefaultCopyable ()=0 |
| virtual std::auto_ptr< Copyable > | Copy () const |
Public Member Functions inherited from Om::Copyable | |
| virtual | ~Copyable ()=0 |
Public Member Functions inherited from Om::Taker< ThisImplementation > | |
| virtual | ~Taker ()=0 |
| void | Take (ThisImplementation &) |
| Swaps. More... | |
| void | Take (ThisImplementation const &) |
| Assigns. More... | |
Static Public Member Functions | |
| static Null & | Get () |
| static char const * | GetName () |
| Om::Language::Null::Null | ( | ) |
|
explicit |
|
static |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from Om::Language::DefaultElement< Null >.
|
virtual |
Reimplemented from Om::Language::DefaultProgram< ThisImplementation, ThisInterface >.
|
virtual |
Reimplemented from Om::Language::DefaultElement< Null >.
|
virtual |
Reimplemented from Om::Language::DefaultElement< Null >.
|
virtual |
Reimplemented from Om::Language::DefaultElement< Null >.
|
virtual |
Reimplemented from Om::Language::DefaultElement< Null >.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from Om::Language::DefaultProgram< ThisImplementation, ThisInterface >.
|
virtual |
Reimplemented from Om::Language::DefaultProgram< ThisImplementation, ThisInterface >.
| void Om::Language::Null::TakeOperand | ( | TheOperand & | ) |
| void Om::Language::Null::TakeOperator | ( | TheOperator & | ) |
| void Om::Language::Null::TakeQuotedProducer | ( | TheProducer & | ) |
| void Om::Language::Null::TakeSeparator | ( | TheSeparator & | ) |