zorba::EmptySequence::InternalIteratorInherited from: zorba::Iterator Implements an iterator over the empty sequence. Assuming that the iterator is in the open state, its next() method will always return false.See Iterator.Private Attributes
Public Functions
Protected Attributes
Private AttributestheIsOpenbool theIsOpen
Public FunctionsaddReferencevoid addReference() const
closevoid close()
freevoid free()
getRefCountlong getRefCount() const
InternalIterator InternalIterator(ItemSequence *seq)
isOpenbool isOpen() const
nextbool next(Item &aItem)
openvoid open()
removeReferencevoid removeReference()
Protected AttributestheRefCountunsigned int theRefCount
|