2020-02-17 21:05:20 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
2020-02-17 21:11:31 +00:00
< title > XQilla Simple API Documentation< / title >
2020-02-17 21:05:20 +00:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 21:11:31 +00:00
< a style = "float:right;" href = "http://sourceforge.net/projects/xqilla" > < img src = "http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border = "0" alt = "SourceForge.net Logo" / > < / a >
2020-02-17 21:23:16 +00:00
<!-- Generated by Doxygen 1.6.1 -->
< div class = "navigation" id = "top" >
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
2020-02-17 21:19:57 +00:00
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li > < a href = "examples.html" > < span > Examples< / span > < / a > < / li >
< / ul >
< / div >
2020-02-17 21:23:16 +00:00
< div class = "tabs" >
< ul >
< li > < a href = "annotated.html" > < span > Class List< / span > < / a > < / li >
< li > < a href = "classes.html" > < span > Class Index< / span > < / a > < / li >
< li > < a href = "hierarchy.html" > < span > Class Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class Members< / span > < / a > < / li >
2020-02-17 21:19:57 +00:00
< / ul >
< / div >
< / div >
< div class = "contents" >
2020-02-17 21:23:16 +00:00
< h1 > Sequence Class Reference< / h1 > <!-- doxytag: class="Sequence" --> <!-- doxytag: inherits="xercesc::XMemory" -->
2020-02-17 21:19:57 +00:00
< p > An eagerly evaluated result of a query execution.
< a href = "#_details" > More...< / a > < / p >
< p > < code > #include < < a class = "el" href = "Sequence_8hpp_source.html" > Sequence.hpp< / a > > < / code > < / p >
< div class = "dynheader" >
Inheritance diagram for Sequence:< / div >
2020-02-17 21:23:16 +00:00
< div class = "dynsection" >
2020-02-17 21:19:57 +00:00
< div class = "center" > < img src = "classSequence__inherit__graph.png" border = "0" usemap = "#Sequence_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "Sequence_inherit__map" id = "Sequence_inherit__map" >
2020-02-17 21:23:16 +00:00
< area shape = "rect" id = "node2" href = "classxercesc_1_1XMemory.html" title = "This class makes it possible to override the C++ memory management by adding new/delete..." alt = "" coords = "5,5,155,35" / > < / map >
2020-02-17 21:19:57 +00:00
< center > < span class = "legend" > [< a href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< p > < a href = "classSequence-members.html" > List of all members.< / a > < / p >
2020-02-17 21:23:16 +00:00
< table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td colspan = "2" > < h2 > Public Types< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > typedef VectorOfItems::iterator < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a6e54be73fa2aa2beda694962a69d7ec7" > iterator< / a > < / td > < / tr >
2020-02-17 21:19:57 +00:00
< tr > < td class = "memItemLeft" align = "right" valign = "top" > typedef < br class = "typebreak" / >
2020-02-17 21:23:16 +00:00
VectorOfItems::const_iterator < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a4a4082896c31b945e33add03983aed76" > const_iterator< / a > < / td > < / tr >
2020-02-17 21:19:57 +00:00
< tr > < td class = "memItemLeft" align = "right" valign = "top" > typedef < br class = "typebreak" / >
2020-02-17 21:23:16 +00:00
VectorOfItems::reverse_iterator < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#aea0d730652690883ae862b3ee9202edc" > reverse_iterator< / a > < / td > < / tr >
2020-02-17 21:19:57 +00:00
< tr > < td class = "memItemLeft" align = "right" valign = "top" > typedef < br class = "typebreak" / >
2020-02-17 21:23:16 +00:00
VectorOfItems::const_reverse_iterator < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#ac28b0da86364e8acc34cd3cf36c77666" > const_reverse_iterator< / a > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a2a3967ebd706962f96ff124463657677" > Sequence< / a > (const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & item, < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > *memMgr=< a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#a2521473ea52894e9313573d330a264b4" > xercesc::XMLPlatformUtils::fgMemoryManager< / a > )< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a9ba55a8dfd7a883f5f838d166f5c90cd" > Sequence< / a > (< a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > *memMgr=< a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#a2521473ea52894e9313573d330a264b4" > xercesc::XMLPlatformUtils::fgMemoryManager< / a > )< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a58a483830f436eaa601e38e3b4aa122c" > Sequence< / a > (size_t n, < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > *memMgr=< a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#a2521473ea52894e9313573d330a264b4" > xercesc::XMLPlatformUtils::fgMemoryManager< / a > )< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > construct and reserve space for n elements < a href = "#a58a483830f436eaa601e38e3b4aa122c" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a22940a5dbb468721f9895a093f599d05" > Sequence< / a > (const < a class = "el" href = "classSequence.html" > Sequence< / a > & , size_t start, < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > *memMgr=< a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#a2521473ea52894e9313573d330a264b4" > xercesc::XMLPlatformUtils::fgMemoryManager< / a > )< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a09ef0b5f561cc69a123cd83e46f5d96f" > Sequence< / a > (const < a class = "el" href = "classSequence.html" > Sequence< / a > & , < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > *memMgr)< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a7c7b958fda0e870ea01edfb4f974cc3a" > Sequence< / a > (const < a class = "el" href = "classSequence.html" > Sequence< / a > & )< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classSequence.html" > Sequence< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a2508fae41bf2fd21883fd9efade9886a" > operator=< / a > (const < a class = "el" href = "classSequence.html" > Sequence< / a > & )< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#aee09a7d70c3ab523fed85da94ea1366f" > ~Sequence< / a > ()< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a4891f86fec65088d1bc4846fc32035a5" > clear< / a > ()< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#af3fb9c0ee71be799fc17cfe89d78a73e" > first< / a > () const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#ae2d20e29b63195b0124a79a0d3ea825c" > second< / a > () const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classSequence.html#a6e54be73fa2aa2beda694962a69d7ec7" > Sequence::iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#aafa33403791ab363c291ffe81243f974" > begin< / a > (void)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Begin an iterator. < a href = "#aafa33403791ab363c291ffe81243f974" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classSequence.html#a4a4082896c31b945e33add03983aed76" > Sequence::const_iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a53fd018d3c131e777bb380b3ad5766c1" > begin< / a > (void) const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classSequence.html#a6e54be73fa2aa2beda694962a69d7ec7" > Sequence::iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a2d616aa2fe7e85dbd17c06409d61c1df" > end< / a > (void)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Find the end of the iterator. < a href = "#a2d616aa2fe7e85dbd17c06409d61c1df" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classSequence.html#a4a4082896c31b945e33add03983aed76" > Sequence::const_iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#ad1983ad126e6c448eec537ec3dd57960" > end< / a > (void) const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classSequence.html#aea0d730652690883ae862b3ee9202edc" > Sequence::reverse_iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#ac21a6bca509ec8ed6004599533cb1604" > rbegin< / a > (void)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Reverse iterator methods. < a href = "#ac21a6bca509ec8ed6004599533cb1604" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classSequence.html#ac28b0da86364e8acc34cd3cf36c77666" > Sequence::const_reverse_iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#acd3b9c2ace714f6f5e42db6baff41fc2" > rbegin< / a > (void) const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classSequence.html#aea0d730652690883ae862b3ee9202edc" > Sequence::reverse_iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#aa0491d409486f9b8e3a0b963d6723c19" > rend< / a > (void)< / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classSequence.html#ac28b0da86364e8acc34cd3cf36c77666" > Sequence::const_reverse_iterator< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#ab530d613b17f2d9d82f925ce2c037015" > rend< / a > (void) const < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > size_t < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a79b5116e1d5ca5c0ec8d0348e3167aae" > getLength< / a > (void) const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns the number of nodes in the list. < a href = "#a79b5116e1d5ca5c0ec8d0348e3167aae" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#ad952a46c19479f0d0f5a180b6662f58a" > item< / a > (size_t index) const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Return the indexth item in the collection. < a href = "#ad952a46c19479f0d0f5a180b6662f58a" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a864ec3a5a52d91187f87850ecf437402" > item< / a > (const < a class = "el" href = "classRefCountPointer.html" > ATDecimalOrDerived::Ptr< / a > & index) const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Return the indexth item in the collection - takes < a class = "el" href = "classATDecimalOrDerived.html" > ATDecimalOrDerived< / a > . < a href = "#a864ec3a5a52d91187f87850ecf437402" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a1467a89254f6977406b63de8459860c5" > addItem< / a > (const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & item)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > add an item to this sequence < a href = "#a1467a89254f6977406b63de8459860c5" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a68d9cc552cd086e311d2aa6aa590926d" > addItemFront< / a > (const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & item)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > add an item to this sequence < a href = "#a68d9cc552cd086e311d2aa6aa590926d" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a94386633850ac36a64fc920b88a93355" > joinSequence< / a > (const < a class = "el" href = "classSequence.html" > Sequence< / a > & s)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > combine another sequence onto this sequence < a href = "#a94386633850ac36a64fc920b88a93355" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a2ebcd0c5affa227a817b3b0fc08de79b" > isEmpty< / a > () const < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Returns true if the list is empty. < a href = "#a2ebcd0c5affa227a817b3b0fc08de79b" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#a741b99d66f0114482a0c8c1b01106f93" > sortIntoDocumentOrder< / a > (const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > sort into document order (only works for Sequences containing only Nodes) < a href = "#a741b99d66f0114482a0c8c1b01106f93" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > void < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSequence.html#aea15042333c2bb7519b13c632074472b" > sortWithCollation< / a > (const < a class = "el" href = "classCollation.html" > Collation< / a > *collation, const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > *context)< / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > sort as strings, using the given collation < a href = "#aea15042333c2bb7519b13c632074472b" > < / a > < br / > < / td > < / tr >
2020-02-17 21:19:57 +00:00
< / table >
< hr / > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2020-02-17 21:23:16 +00:00
< p > An eagerly evaluated result of a query execution. < / p >
2020-02-17 21:19:57 +00:00
< dl > < dt > < b > Examples: < / b > < / dt > < dd >
< p > < a class = "el" href = "simple-context-item_8cpp-example.html#_a3" > simple-context-item.cpp< / a > .< / p >
< / dd >
2020-02-17 21:23:16 +00:00
< / dl > < hr / > < h2 > Member Typedef Documentation< / h2 >
2020-02-17 21:19:57 +00:00
< a class = "anchor" id = "a4a4082896c31b945e33add03983aed76" > < / a > <!-- doxytag: member="Sequence::const_iterator" ref="a4a4082896c31b945e33add03983aed76" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef VectorOfItems::const_iterator < a class = "el" href = "classSequence.html#a4a4082896c31b945e33add03983aed76" > Sequence::const_iterator< / a > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "ac28b0da86364e8acc34cd3cf36c77666" > < / a > <!-- doxytag: member="Sequence::const_reverse_iterator" ref="ac28b0da86364e8acc34cd3cf36c77666" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:19:57 +00:00
< td class = "memname" > typedef VectorOfItems::const_reverse_iterator < a class = "el" href = "classSequence.html#ac28b0da86364e8acc34cd3cf36c77666" > Sequence::const_reverse_iterator< / a > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "a6e54be73fa2aa2beda694962a69d7ec7" > < / a > <!-- doxytag: member="Sequence::iterator" ref="a6e54be73fa2aa2beda694962a69d7ec7" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:19:57 +00:00
< td class = "memname" > typedef VectorOfItems::iterator < a class = "el" href = "classSequence.html#a6e54be73fa2aa2beda694962a69d7ec7" > Sequence::iterator< / a > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "aea0d730652690883ae862b3ee9202edc" > < / a > <!-- doxytag: member="Sequence::reverse_iterator" ref="aea0d730652690883ae862b3ee9202edc" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:19:57 +00:00
< td class = "memname" > typedef VectorOfItems::reverse_iterator < a class = "el" href = "classSequence.html#aea0d730652690883ae862b3ee9202edc" > Sequence::reverse_iterator< / a > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< hr / > < h2 > Constructor & Destructor Documentation< / h2 >
< a class = "anchor" id = "a2a3967ebd706962f96ff124463657677" > < / a > <!-- doxytag: member="Sequence::Sequence" ref="a2a3967ebd706962f96ff124463657677" args="(const Item::Ptr &item, xercesc::MemoryManager *memMgr=xercesc::XMLPlatformUtils::fgMemoryManager)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:19:57 +00:00
< td class = "memname" > Sequence::Sequence < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & < / td >
< td class = "paramname" > < em > item< / em > , < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< tr >
2020-02-17 21:19:57 +00:00
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > * < / td >
< td class = "paramname" > < em > memMgr< / em > = < code > < a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#a2521473ea52894e9313573d330a264b4" > xercesc::XMLPlatformUtils::fgMemoryManager< / a > < / code > < / td > < td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< tr >
2020-02-17 21:19:57 +00:00
< td > < / td >
< td > )< / td >
2020-02-17 21:23:16 +00:00
< td > < / td > < td > < / td > < td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "a9ba55a8dfd7a883f5f838d166f5c90cd" > < / a > <!-- doxytag: member="Sequence::Sequence" ref="a9ba55a8dfd7a883f5f838d166f5c90cd" args="(xercesc::MemoryManager *memMgr=xercesc::XMLPlatformUtils::fgMemoryManager)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > Sequence::Sequence < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > * < / td >
< td class = "paramname" > < em > memMgr< / em > = < code > < a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#a2521473ea52894e9313573d330a264b4" > xercesc::XMLPlatformUtils::fgMemoryManager< / a > < / code > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "a58a483830f436eaa601e38e3b4aa122c" > < / a > <!-- doxytag: member="Sequence::Sequence" ref="a58a483830f436eaa601e38e3b4aa122c" args="(size_t n, xercesc::MemoryManager *memMgr=xercesc::XMLPlatformUtils::fgMemoryManager)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:19:57 +00:00
< td class = "memname" > Sequence::Sequence < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > size_t < / td >
< td class = "paramname" > < em > n< / em > , < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< tr >
2020-02-17 21:19:57 +00:00
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > * < / td >
< td class = "paramname" > < em > memMgr< / em > = < code > < a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#a2521473ea52894e9313573d330a264b4" > xercesc::XMLPlatformUtils::fgMemoryManager< / a > < / code > < / td > < td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< tr >
2020-02-17 21:19:57 +00:00
< td > < / td >
< td > )< / td >
2020-02-17 21:23:16 +00:00
< td > < / td > < td > < / td > < td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > construct and reserve space for n elements < / p >
2020-02-17 21:22:42 +00:00
< / div >
< / div >
< a class = "anchor" id = "a22940a5dbb468721f9895a093f599d05" > < / a > <!-- doxytag: member="Sequence::Sequence" ref="a22940a5dbb468721f9895a093f599d05" args="(const Sequence &, size_t start, xercesc::MemoryManager *memMgr=xercesc::XMLPlatformUtils::fgMemoryManager)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > Sequence::Sequence < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classSequence.html" > Sequence< / a > & < / td >
2020-02-17 21:22:42 +00:00
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > size_t < / td >
< td class = "paramname" > < em > start< / em > , < / td >
2020-02-17 21:22:42 +00:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > * < / td >
< td class = "paramname" > < em > memMgr< / em > = < code > < a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#a2521473ea52894e9313573d330a264b4" > xercesc::XMLPlatformUtils::fgMemoryManager< / a > < / code > < / td > < td > < / td >
2020-02-17 21:22:42 +00:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
2020-02-17 21:23:16 +00:00
< td > < / td > < td > < / td > < td > < / td >
2020-02-17 21:22:42 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
2020-02-17 21:19:57 +00:00
< / div >
< / div >
< a class = "anchor" id = "a09ef0b5f561cc69a123cd83e46f5d96f" > < / a > <!-- doxytag: member="Sequence::Sequence" ref="a09ef0b5f561cc69a123cd83e46f5d96f" args="(const Sequence &, xercesc::MemoryManager *memMgr)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:19:57 +00:00
< td class = "memname" > Sequence::Sequence < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classSequence.html" > Sequence< / a > & < / td >
2020-02-17 21:19:57 +00:00
< td class = "paramname" > , < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< tr >
2020-02-17 21:19:57 +00:00
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > xercesc::MemoryManager< / a > * < / td >
< td class = "paramname" > < em > memMgr< / em > < / td > < td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< tr >
2020-02-17 21:19:57 +00:00
< td > < / td >
< td > )< / td >
2020-02-17 21:23:16 +00:00
< td > < / td > < td > < / td > < td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "a7c7b958fda0e870ea01edfb4f974cc3a" > < / a > <!-- doxytag: member="Sequence::Sequence" ref="a7c7b958fda0e870ea01edfb4f974cc3a" args="(const Sequence &)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > Sequence::Sequence < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classSequence.html" > Sequence< / a > & < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "aee09a7d70c3ab523fed85da94ea1366f" > < / a > <!-- doxytag: member="Sequence::~Sequence" ref="aee09a7d70c3ab523fed85da94ea1366f" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > Sequence::~Sequence < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< hr / > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" id = "a1467a89254f6977406b63de8459860c5" > < / a > <!-- doxytag: member="Sequence::addItem" ref="a1467a89254f6977406b63de8459860c5" args="(const Item::Ptr &item)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void Sequence::addItem < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & < / td >
< td class = "paramname" > < em > item< / em > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > add an item to this sequence < / p >
< / div >
< / div >
< a class = "anchor" id = "a68d9cc552cd086e311d2aa6aa590926d" > < / a > <!-- doxytag: member="Sequence::addItemFront" ref="a68d9cc552cd086e311d2aa6aa590926d" args="(const Item::Ptr &item)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void Sequence::addItemFront < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & < / td >
< td class = "paramname" > < em > item< / em > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > add an item to this sequence < / p >
< / div >
< / div >
2020-02-17 21:23:16 +00:00
< a class = "anchor" id = "a53fd018d3c131e777bb380b3ad5766c1" > < / a > <!-- doxytag: member="Sequence::begin" ref="a53fd018d3c131e777bb380b3ad5766c1" args="(void) const " -->
2020-02-17 21:19:57 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-02-17 21:23:16 +00:00
< td class = "memname" > < a class = "el" href = "classSequence.html#a4a4082896c31b945e33add03983aed76" > Sequence::const_iterator< / a > Sequence::begin < / td >
2020-02-17 21:19:57 +00:00
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > void < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td > const< / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
2020-02-17 21:23:16 +00:00
< a class = "anchor" id = "aafa33403791ab363c291ffe81243f974" > < / a > <!-- doxytag: member="Sequence::begin" ref="aafa33403791ab363c291ffe81243f974" args="(void)" -->
2020-02-17 21:19:57 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-02-17 21:23:16 +00:00
< td class = "memname" > < a class = "el" href = "classSequence.html#a6e54be73fa2aa2beda694962a69d7ec7" > Sequence::iterator< / a > Sequence::begin < / td >
2020-02-17 21:19:57 +00:00
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > void < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:23:16 +00:00
< p > Begin an iterator. < / p >
2020-02-17 21:19:57 +00:00
< / div >
< / div >
< a class = "anchor" id = "a4891f86fec65088d1bc4846fc32035a5" > < / a > <!-- doxytag: member="Sequence::clear" ref="a4891f86fec65088d1bc4846fc32035a5" args="()" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void Sequence::clear < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "ad1983ad126e6c448eec537ec3dd57960" > < / a > <!-- doxytag: member="Sequence::end" ref="ad1983ad126e6c448eec537ec3dd57960" args="(void) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classSequence.html#a4a4082896c31b945e33add03983aed76" > Sequence::const_iterator< / a > Sequence::end < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > void < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > const< / td >
2020-02-17 21:19:08 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "a2d616aa2fe7e85dbd17c06409d61c1df" > < / a > <!-- doxytag: member="Sequence::end" ref="a2d616aa2fe7e85dbd17c06409d61c1df" args="(void)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classSequence.html#a6e54be73fa2aa2beda694962a69d7ec7" > Sequence::iterator< / a > Sequence::end < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > void < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > Find the end of the iterator. < / p >
< / div >
< / div >
< a class = "anchor" id = "af3fb9c0ee71be799fc17cfe89d78a73e" > < / a > <!-- doxytag: member="Sequence::first" ref="af3fb9c0ee71be799fc17cfe89d78a73e" args="() const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & Sequence::first < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > const< / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "a79b5116e1d5ca5c0ec8d0348e3167aae" > < / a > <!-- doxytag: member="Sequence::getLength" ref="a79b5116e1d5ca5c0ec8d0348e3167aae" args="(void) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > size_t Sequence::getLength < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > void < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > const< / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > Returns the number of nodes in the list. < / p >
< / div >
< / div >
< a class = "anchor" id = "a2ebcd0c5affa227a817b3b0fc08de79b" > < / a > <!-- doxytag: member="Sequence::isEmpty" ref="a2ebcd0c5affa227a817b3b0fc08de79b" args="() const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool Sequence::isEmpty < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > const< / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > Returns true if the list is empty. < / p >
< / div >
< / div >
< a class = "anchor" id = "a864ec3a5a52d91187f87850ecf437402" > < / a > <!-- doxytag: member="Sequence::item" ref="a864ec3a5a52d91187f87850ecf437402" args="(const ATDecimalOrDerived::Ptr &index) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & Sequence::item < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classRefCountPointer.html" > ATDecimalOrDerived::Ptr< / a > & < / td >
< td class = "paramname" > < em > index< / em > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > const< / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > Return the indexth item in the collection - takes < a class = "el" href = "classATDecimalOrDerived.html" > ATDecimalOrDerived< / a > . < / p >
< / div >
< / div >
< a class = "anchor" id = "ad952a46c19479f0d0f5a180b6662f58a" > < / a > <!-- doxytag: member="Sequence::item" ref="ad952a46c19479f0d0f5a180b6662f58a" args="(size_t index) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & Sequence::item < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > size_t < / td >
< td class = "paramname" > < em > index< / em > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > const< / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > Return the indexth item in the collection. < / p >
< / div >
< / div >
< a class = "anchor" id = "a94386633850ac36a64fc920b88a93355" > < / a > <!-- doxytag: member="Sequence::joinSequence" ref="a94386633850ac36a64fc920b88a93355" args="(const Sequence &s)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void Sequence::joinSequence < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classSequence.html" > Sequence< / a > & < / td >
< td class = "paramname" > < em > s< / em > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > combine another sequence onto this sequence < / p >
< / div >
< / div >
< a class = "anchor" id = "a2508fae41bf2fd21883fd9efade9886a" > < / a > <!-- doxytag: member="Sequence::operator=" ref="a2508fae41bf2fd21883fd9efade9886a" args="(const Sequence &)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classSequence.html" > Sequence< / a > & Sequence::operator= < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classSequence.html" > Sequence< / a > & < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
2020-02-17 21:23:16 +00:00
< a class = "anchor" id = "acd3b9c2ace714f6f5e42db6baff41fc2" > < / a > <!-- doxytag: member="Sequence::rbegin" ref="acd3b9c2ace714f6f5e42db6baff41fc2" args="(void) const " -->
2020-02-17 21:19:57 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-02-17 21:23:16 +00:00
< td class = "memname" > < a class = "el" href = "classSequence.html#ac28b0da86364e8acc34cd3cf36c77666" > Sequence::const_reverse_iterator< / a > Sequence::rbegin < / td >
2020-02-17 21:19:57 +00:00
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > void < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td > const< / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
2020-02-17 21:23:16 +00:00
< a class = "anchor" id = "ac21a6bca509ec8ed6004599533cb1604" > < / a > <!-- doxytag: member="Sequence::rbegin" ref="ac21a6bca509ec8ed6004599533cb1604" args="(void)" -->
2020-02-17 21:19:57 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-02-17 21:23:16 +00:00
< td class = "memname" > < a class = "el" href = "classSequence.html#aea0d730652690883ae862b3ee9202edc" > Sequence::reverse_iterator< / a > Sequence::rbegin < / td >
2020-02-17 21:19:57 +00:00
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > void < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
2020-02-17 21:23:16 +00:00
< p > Reverse iterator methods. < / p >
2020-02-17 21:19:57 +00:00
< / div >
< / div >
< a class = "anchor" id = "ab530d613b17f2d9d82f925ce2c037015" > < / a > <!-- doxytag: member="Sequence::rend" ref="ab530d613b17f2d9d82f925ce2c037015" args="(void) const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classSequence.html#ac28b0da86364e8acc34cd3cf36c77666" > Sequence::const_reverse_iterator< / a > Sequence::rend < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > void < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > const< / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "aa0491d409486f9b8e3a0b963d6723c19" > < / a > <!-- doxytag: member="Sequence::rend" ref="aa0491d409486f9b8e3a0b963d6723c19" args="(void)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classSequence.html#aea0d730652690883ae862b3ee9202edc" > Sequence::reverse_iterator< / a > Sequence::rend < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > void < / td >
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "ae2d20e29b63195b0124a79a0d3ea825c" > < / a > <!-- doxytag: member="Sequence::second" ref="ae2d20e29b63195b0124a79a0d3ea825c" args="() const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classRefCountPointer.html" > Item::Ptr< / a > & Sequence::second < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramname" > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > const< / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< / div >
< / div >
< a class = "anchor" id = "a741b99d66f0114482a0c8c1b01106f93" > < / a > <!-- doxytag: member="Sequence::sortIntoDocumentOrder" ref="a741b99d66f0114482a0c8c1b01106f93" args="(const DynamicContext *context)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void Sequence::sortIntoDocumentOrder < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "paramname" > < em > context< / em > < / td >
< td > ) < / td >
2020-02-17 21:19:57 +00:00
< td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > sort into document order (only works for Sequences containing only Nodes) < / p >
< / div >
< / div >
< a class = "anchor" id = "aea15042333c2bb7519b13c632074472b" > < / a > <!-- doxytag: member="Sequence::sortWithCollation" ref="aea15042333c2bb7519b13c632074472b" args="(const Collation *collation, const DynamicContext *context)" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
2020-02-17 21:05:20 +00:00
< tr >
2020-02-17 21:19:57 +00:00
< td class = "memname" > void Sequence::sortWithCollation < / td >
< td > (< / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classCollation.html" > Collation< / a > * < / td >
< td class = "paramname" > < em > collation< / em > , < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< tr >
2020-02-17 21:19:57 +00:00
< td class = "paramkey" > < / td >
< td > < / td >
2020-02-17 21:23:16 +00:00
< td class = "paramtype" > const < a class = "el" href = "classDynamicContext.html" > DynamicContext< / a > * < / td >
< td class = "paramname" > < em > context< / em > < / td > < td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< tr >
2020-02-17 21:19:57 +00:00
< td > < / td >
< td > )< / td >
2020-02-17 21:23:16 +00:00
< td > < / td > < td > < / td > < td > < / td >
2020-02-17 21:05:20 +00:00
< / tr >
< / table >
2020-02-17 21:19:57 +00:00
< / div >
< div class = "memdoc" >
< p > sort as strings, using the given collation < / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "Sequence_8hpp_source.html" > Sequence.hpp< / a > < / li >
< / ul >
< / div >
2020-02-17 21:24:17 +00:00
< hr size = "1" / > < address style = "text-align: right;" > < small > Generated on 18 May 2015 for XQilla Simple API by
2020-02-17 21:05:20 +00:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 21:23:16 +00:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.6.1 < / small > < / address >
2020-02-17 21:05:20 +00:00
< / body >
< / html >