zorba::Sequence#include <zorba/xquery_functions.h> Provides a way for a function to return a sequence of some type T that can be iterated over.Parameters
Public Types
Private AttributesPublic Functions
Public Typesvalue_typeT value_type
Private AttributesPublic Functionsnextbool next(value_type *result) Gets the next element in the sequence.
Parameters
Returnstrue only if there is a next element.Sequence Sequence(iterator *i) Constructs a new Sequence. This constructor is intended only for function implementors. Parameters
Sequence Sequence(Sequence const &s) Copy constructs a Sequence.
Parameters
Private Functions |