69 lines
5.1 KiB
HTML
69 lines
5.1 KiB
HTML
<!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 Documentation</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<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>
|
|
<!-- 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>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
<li><a href="examples.html"><span>Examples</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="contents">
|
|
<h1>Sequence.hpp File Reference</h1><code>#include <vector></code><br/>
|
|
<code>#include <xqilla/framework/XQillaExport.hpp></code><br/>
|
|
<code>#include <<a class="el" href="ATDecimalOrDerived_8hpp_source.html">xqilla/items/ATDecimalOrDerived.hpp</a>></code><br/>
|
|
<code>#include <<a class="el" href="XPath2MemoryManager_8hpp_source.html">xqilla/framework/XPath2MemoryManager.hpp</a>></code><br/>
|
|
<code>#include <<a class="el" href="XMemory_8hpp_source.html">xercesc/util/XMemory.hpp</a>></code><br/>
|
|
<code>#include <<a class="el" href="PlatformUtils_8hpp_source.html">xercesc/util/PlatformUtils.hpp</a>></code><br/>
|
|
<div class="dynheader">
|
|
Include dependency graph for Sequence.hpp:</div>
|
|
<div class="dynsection">
|
|
<div class="center"><img src="Sequence_8hpp__incl.png" border="0" usemap="#Sequence_8hpp_map" alt=""/></div>
|
|
<map name="Sequence_8hpp_map" id="Sequence_8hpp">
|
|
<area shape="rect" href="ATDecimalOrDerived_8hpp.html" title="xqilla/items/ATDecimalOrDerived.hpp" alt="" coords="548,83,785,112"/><area shape="rect" href="XPath2MemoryManager_8hpp.html" title="xqilla/framework/XPath2MemoryManager.hpp" alt="" coords="816,392,1099,421"/><area shape="rect" href="XMemory_8hpp.html" title="xercesc/util/XMemory.hpp" alt="" coords="1763,469,1936,499"/><area shape="rect" href="PlatformUtils_8hpp.html" title="xercesc/util/PlatformUtils.hpp" alt="" coords="1200,83,1392,112"/><area shape="rect" href="Numeric_8hpp.html" title="xqilla/items/Numeric.hpp" alt="" coords="579,160,741,189"/><area shape="rect" href="AnyAtomicType_8hpp.html" title="xqilla/items/AnyAtomicType.hpp" alt="" coords="221,237,429,267"/><area shape="rect" href="Item_8hpp.html" title="xqilla/items/Item.hpp" alt="" coords="288,315,429,344"/><area shape="rect" href="ReferenceCounted_8hpp.html" title="xqilla/framework/ReferenceCounted.hpp" alt="" coords="389,392,640,421"/><area shape="rect" href="MemoryManager_8hpp.html" title="xercesc/framework/MemoryManager.hpp" alt="" coords="765,469,1021,499"/></map>
|
|
</div>
|
|
|
|
<p><a href="Sequence_8hpp_source.html">Go to the source code of this file.</a></p>
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td colspan="2"><h2>Classes</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classSequence.html">Sequence</a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">An eagerly evaluated result of a query execution. <a href="classSequence.html#_details">More...</a><br/></td></tr>
|
|
<tr><td colspan="2"><h2>Typedefs</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">typedef std::vector< <a class="el" href="classRefCountPointer.html">Item::Ptr</a>, <br class="typebreak"/>
|
|
<a class="el" href="classXQillaAllocator.html">XQillaAllocator</a>< <a class="el" href="classRefCountPointer.html">Item::Ptr</a> > > </td><td class="memItemRight" valign="bottom"><a class="el" href="Sequence_8hpp.html#a2fd6695789bf2dbdb3e7fdbfcbfa575b">VectorOfItems</a></td></tr>
|
|
</table>
|
|
<hr/><h2>Typedef Documentation</h2>
|
|
<a class="anchor" id="a2fd6695789bf2dbdb3e7fdbfcbfa575b"></a><!-- doxytag: member="Sequence.hpp::VectorOfItems" ref="a2fd6695789bf2dbdb3e7fdbfcbfa575b" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">typedef std::vector<<a class="el" href="classRefCountPointer.html">Item::Ptr</a>, <a class="el" href="classXQillaAllocator.html">XQillaAllocator</a><<a class="el" href="classRefCountPointer.html">Item::Ptr</a>> > <a class="el" href="Sequence_8hpp.html#a2fd6695789bf2dbdb3e7fdbfcbfa575b">VectorOfItems</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Mar 1 21:16:06 2010 for XQilla Simple API by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
|
</body>
|
|
</html>
|