zorba::ItemSequence#include <zorba/item_sequence.h> Inherited from: zorba::SmartObject ItemSequence represents an ordered sequence of items. The sequence may contain any mix of atomic items, function items, nodes, JSON objects, or JSON arrays.Public Functions
Protected Attributes
Public FunctionsaddReferencevoid addReference() const
freevoid free()
getIteratorIterator_t getIterator()=0 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()
~ItemSequence ~ItemSequence() Destructor.
Protected AttributestheRefCountunsigned int theRefCount
|