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" >
< title > XQilla Simple API: Member List< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 21:10:06 +00:00
<!-- Generated by Doxygen 1.5.1 -->
2020-02-17 21:05:20 +00:00
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li id = "current" > < a href = "classes.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul > < / div >
< div class = "tabs" >
< ul >
< li > < a href = "classes.html" > < span > Alphabetical List< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Class List< / 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 >
< / ul > < / div >
< h1 > Sequence Member List< / h1 > This is the complete list of members for < a class = "el" href = "classSequence.html" > Sequence< / a > , including all inherited members.< p > < table >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#1467a89254f6977406b63de8459860c5" > addItem< / a > (const Item::Ptr & item)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#68d9cc552cd086e311d2aa6aa590926d" > addItemFront< / a > (const Item::Ptr & item)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#afa33403791ab363c291ffe81243f974" > begin< / a > (void)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#6b49fb193007968ec197010a2ce26174" > begin< / a > (void) const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:05:20 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#4891f86fec65088d1bc4846fc32035a5" > clear< / a > ()< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#4a4082896c31b945e33add03983aed76" > const_iterator< / a > typedef< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#c28b0da86364e8acc34cd3cf36c77666" > const_reverse_iterator< / a > typedef< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#2d616aa2fe7e85dbd17c06409d61c1df" > end< / a > (void)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#8ecc06699ed847300b383b95dd612a3a" > end< / a > (void) const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#9c7f3a59396fd822c038c3518f6ee976" > first< / a > () const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#596e1e08e28655c2f100a8b8044cd93a" > getLength< / a > (void) const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#f556ee4b08083e369912b0b6920002c6" > isEmpty< / a > () const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#cdf9f5baf2abf51ff875e87e85926101" > item< / a > (unsigned int index) const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#300f551fdc576ed2c1de3060ac5587a6" > item< / a > (const ATDecimalOrDerived::Ptr & index) const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:05:20 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#6e54be73fa2aa2beda694962a69d7ec7" > iterator< / a > typedef< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#94386633850ac36a64fc920b88a93355" > joinSequence< / a > (const Sequence & s)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classxercesc_1_1XMemory.html#95212a8b8a0e3778c7bf3cf0f0a59aed" > operator delete< / a > (void *p)< / td > < td > < a class = "el" href = "classxercesc_1_1XMemory.html" > xercesc::XMemory< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classxercesc_1_1XMemory.html#f2335addd6a2bb6cc7bb1df630d05eeb" > operator delete< / a > (void *p, MemoryManager *memMgr)< / td > < td > < a class = "el" href = "classxercesc_1_1XMemory.html" > xercesc::XMemory< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classxercesc_1_1XMemory.html#47791b65820d24581920532a88c37e75" > operator delete< / a > (void *p, void *ptr)< / td > < td > < a class = "el" href = "classxercesc_1_1XMemory.html" > xercesc::XMemory< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classxercesc_1_1XMemory.html#6f187594d0fb37d1472dacc1a3aad3d9" > operator new< / a > (size_t size)< / td > < td > < a class = "el" href = "classxercesc_1_1XMemory.html" > xercesc::XMemory< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classxercesc_1_1XMemory.html#7f41eef0d509e5eff717599647942a0f" > operator new< / a > (size_t size, MemoryManager *memMgr)< / td > < td > < a class = "el" href = "classxercesc_1_1XMemory.html" > xercesc::XMemory< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classxercesc_1_1XMemory.html#6beea8ceedc7e13c15c3a9f8a784396a" > operator new< / a > (size_t size, void *ptr)< / td > < td > < a class = "el" href = "classxercesc_1_1XMemory.html" > xercesc::XMemory< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#2508fae41bf2fd21883fd9efade9886a" > operator=< / a > (const Sequence & )< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#c21a6bca509ec8ed6004599533cb1604" > rbegin< / a > (void)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#fb1a9061670e79a685bce8745e0e150d" > rbegin< / a > (void) const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:05:20 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#a0491d409486f9b8e3a0b963d6723c19" > rend< / a > (void)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#df9f50f8097881e6c78e4470efc9335c" > rend< / a > (void) const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:05:20 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#ea0d730652690883ae862b3ee9202edc" > reverse_iterator< / a > typedef< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:10:06 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#4199efb806f16f5b4a587b18ba8f8ab1" > second< / a > () const< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:05:20 +00:00
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#2a3967ebd706962f96ff124463657677" > Sequence< / a > (const Item::Ptr & item, xercesc::MemoryManager *memMgr=xercesc::XMLPlatformUtils::fgMemoryManager)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#9ba55a8dfd7a883f5f838d166f5c90cd" > Sequence< / a > (xercesc::MemoryManager *memMgr=xercesc::XMLPlatformUtils::fgMemoryManager)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#523600530aa70c7bdf85f301e52fa2e1" > Sequence< / a > (unsigned int n, xercesc::MemoryManager *memMgr=xercesc::XMLPlatformUtils::fgMemoryManager)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#09ef0b5f561cc69a123cd83e46f5d96f" > Sequence< / a > (const Sequence & , xercesc::MemoryManager *memMgr)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#7c7b958fda0e870ea01edfb4f974cc3a" > Sequence< / a > (const Sequence & )< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#741b99d66f0114482a0c8c1b01106f93" > sortIntoDocumentOrder< / a > (const DynamicContext *context)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#ea15042333c2bb7519b13c632074472b" > sortWithCollation< / a > (const Collation *collation, const DynamicContext *context)< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classxercesc_1_1XMemory.html#c0d26f65a82ff229bc1e4dbaaac79e84" > XMemory< / a > ()< / td > < td > < a class = "el" href = "classxercesc_1_1XMemory.html" > xercesc::XMemory< / a > < / td > < td > < code > [inline, protected]< / code > < / td > < / tr >
< tr class = "memlist" > < td > < a class = "el" href = "classSequence.html#ee09a7d70c3ab523fed85da94ea1366f" > ~Sequence< / a > ()< / td > < td > < a class = "el" href = "classSequence.html" > Sequence< / a > < / td > < td > < / td > < / tr >
2020-02-17 21:10:06 +00:00
< / table > < hr size = "1" > < address style = "align: right;" > < small > Generated on Wed Dec 12 19:14:03 2007 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:10:06 +00:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.5.1 < / small > < / address >
2020-02-17 21:05:20 +00:00
< / body >
< / html >