zorba::EmptySequence#include <zorba/empty_sequence.h> Inherited from: zorba::ItemSequence This class is an implementation of the ItemSequence. Objects of this class represent the empty sequence.See ItemSequencePublic Functions
Protected Attributes
Public FunctionsaddReferencevoid addReference() const
EmptySequence EmptySequence()
freevoid free()
getIteratorIterator_t getIterator() Create an iterator over the items of this sequence. The life time of the iterator shouldnot exceed the life time of this item sequence. Returnsan iterator over the itemsParameters
getRefCountlong getRefCount() const
removeReferencevoid removeReference()
~EmptySequence ~EmptySequence()
Protected AttributestheRefCountunsigned int theRefCount
|