This class is an implementation of the ItemSequence. More...
#include <zorba/empty_sequence.h>


Public Member Functions | |
| void | addReference () const |
| EmptySequence () | |
| Constructor. | |
| virtual void | free () |
| virtual Iterator_t | getIterator () |
| get the void Iterator | |
| long | getRefCount () const |
| void | removeReference () |
| virtual | ~EmptySequence () |
| Destructor. | |
Protected Attributes | |
| unsigned int | theRefCount |
This class is an implementation of the ItemSequence.
Objects of this class return, on the first next call, an empty sequence.
See ItemSequence
Definition at line 32 of file empty_sequence.h.
| zorba::EmptySequence::EmptySequence | ( | ) | [inline] |
Constructor.
Definition at line 70 of file empty_sequence.h.
| virtual zorba::EmptySequence::~EmptySequence | ( | ) | [inline, virtual] |
Destructor.
Definition at line 74 of file empty_sequence.h.
| void zorba::SmartObject::addReference | ( | ) | const [inline, inherited] |
Definition at line 40 of file smart_ptr.h.
| virtual void zorba::SmartObject::free | ( | ) | [virtual, inherited] |
| virtual Iterator_t zorba::EmptySequence::getIterator | ( | ) | [virtual] |
| long zorba::SmartObject::getRefCount | ( | ) | const [inline, inherited] |
Definition at line 38 of file smart_ptr.h.
| void zorba::SmartObject::removeReference | ( | ) | [inline, inherited] |
Definition at line 42 of file smart_ptr.h.
unsigned int zorba::SmartObject::theRefCount [mutable, protected, inherited] |
Definition at line 27 of file smart_ptr.h.