blob: 5ebe3218be0e08094920213764a4b746fe65cef0 [file] [log] [blame]
<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSLT Processor Version 1.10</h3>
</BODY>
<!-- Generated by Doxygen 1.2.8.1 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>XalanDeque Class Template Reference</h1>Xalan implementation of deque.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="XalanDeque_8hpp-source.html">XalanDeque.hpp</a>&gt;</code>
<p>
<a href="classXalanDeque-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef size_t <a class="el" href="classXalanDeque.html#s0">size_type</a>
<li>typedef Type <a class="el" href="classXalanDeque.html#s1">value_type</a>
<li>typedef Type&amp; <a class="el" href="classXalanDeque.html#s2">reference</a>
<li>typedef const Type&amp; <a class="el" href="classXalanDeque.html#s3">const_reference</a>
<li>typedef XalanVector&lt;Type,<br>
ConstructionTraits&gt; <a class="el" href="classXalanDeque.html#s4">BlockType</a>
<li>typedef XalanVector&lt;<a class="el" href="classXalanDeque.html#s4">BlockType</a>*&gt; <a class="el" href="classXalanDeque.html#s5">BlockIndexType</a>
<li>typedef XalanDeque&lt;Type, ConstructionTraits&gt; <a class="el" href="classXalanDeque.html#s6">ThisType</a>
<li>typedef <a class="el" href="structXalanDequeIterator.html">XalanDequeIterator</a>&lt;<br>
<a class="el" href="structXalanDequeIteratorTraits.html">XalanDequeIteratorTraits</a>&lt;<a class="el" href="classXalanDeque.html#s1">value_type</a>&gt;,<br>
<a class="el" href="classXalanDeque.html#s6">ThisType</a>&gt; <a class="el" href="classXalanDeque.html#s7">iterator</a>
<li>typedef <a class="el" href="structXalanDequeIterator.html">XalanDequeIterator</a>&lt;<br>
<a class="el" href="structXalanDequeConstIteratorTraits.html">XalanDequeConstIteratorTraits</a>&lt;<br>
<a class="el" href="classXalanDeque.html#s1">value_type</a>&gt;, <a class="el" href="classXalanDeque.html#s6">ThisType</a>&gt; <a class="el" href="classXalanDeque.html#s8">const_iterator</a>
<li>typedef XALAN_STD_QUALIFIER <br>
<a class="el" href="classXalanDeque.html#s11">reverse_iterator</a>&lt;<a class="el" href="classXalanDeque.html#s7">iterator</a>,<br>
<a class="el" href="classXalanDeque.html#s1">value_type</a>&gt; <a class="el" href="classXalanDeque.html#s9">reverse_iterator_</a>
<li>typedef XALAN_STD_QUALIFIER <br>
<a class="el" href="classXalanDeque.html#s11">reverse_iterator</a>&lt;<a class="el" href="classXalanDeque.html#s8">const_iterator</a>,<br>
<a class="el" href="classXalanDeque.html#s1">value_type</a>, <a class="el" href="classXalanDeque.html#s3">const_reference</a>&gt; <a class="el" href="classXalanDeque.html#s10">const_reverse_iterator_</a>
<li>typedef <a class="el" href="classXalanDeque.html#s9">reverse_iterator_</a> <a class="el" href="classXalanDeque.html#s11">reverse_iterator</a>
<li>typedef <a class="el" href="classXalanDeque.html#s10">const_reverse_iterator_</a> <a class="el" href="classXalanDeque.html#s12">const_reverse_iterator</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanDeque.html#a0">XalanDeque</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;memoryManager, <a class="el" href="classXalanDeque.html#s0">size_type</a> initialSize=0, <a class="el" href="classXalanDeque.html#s0">size_type</a> blockSize=10)
<li><a class="el" href="classXalanDeque.html#a1">XalanDeque</a> (const XalanDeque &amp;theRhs, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;memoryManager)
<li><a class="el" href="classXalanDeque.html#a2">~XalanDeque</a> ()
<li><a class="el" href="classXalanDeque.html#s7">iterator</a> <a class="el" href="classXalanDeque.html#a3">begin</a> ()
<li><a class="el" href="classXalanDeque.html#s8">const_iterator</a> <a class="el" href="classXalanDeque.html#a4">begin</a> () const
<li><a class="el" href="classXalanDeque.html#s7">iterator</a> <a class="el" href="classXalanDeque.html#a5">end</a> ()
<li><a class="el" href="classXalanDeque.html#s8">const_iterator</a> <a class="el" href="classXalanDeque.html#a6">end</a> () const
<li><a class="el" href="classXalanDeque.html#s12">const_reverse_iterator</a> <a class="el" href="classXalanDeque.html#a7">rbegin</a> () const
<li><a class="el" href="classXalanDeque.html#s12">const_reverse_iterator</a> <a class="el" href="classXalanDeque.html#a8">rend</a> () const
<li>bool <a class="el" href="classXalanDeque.html#a9">empty</a> () const
<li><a class="el" href="classXalanDeque.html#s0">size_type</a> <a class="el" href="classXalanDeque.html#a10">size</a> () const
<li><a class="el" href="classXalanDeque.html#s1">value_type</a>&amp; <a class="el" href="classXalanDeque.html#a11">back</a> ()
<li><a class="el" href="classXalanDeque.html#s1">value_type</a>&amp; <a class="el" href="classXalanDeque.html#a12">operator[]</a> (<a class="el" href="classXalanDeque.html#s0">size_type</a> index)
<li>const <a class="el" href="classXalanDeque.html#s1">value_type</a>&amp; <a class="el" href="classXalanDeque.html#a13">operator[]</a> (<a class="el" href="classXalanDeque.html#s0">size_type</a> index) const
<li>void <a class="el" href="classXalanDeque.html#a14">clear</a> ()
<li>void <a class="el" href="classXalanDeque.html#a15">push_back</a> (const <a class="el" href="classXalanDeque.html#s1">value_type</a> &amp;value)
<li>void <a class="el" href="classXalanDeque.html#a16">pop_back</a> ()
<li>void <a class="el" href="classXalanDeque.html#a17">resize</a> (<a class="el" href="classXalanDeque.html#s0">size_type</a> newSize)
<li>void <a class="el" href="classXalanDeque.html#a18">swap</a> (XalanDeque &amp;theRhs)
<li>XalanDeque&amp; <a class="el" href="classXalanDeque.html#a19">operator=</a> (const XalanDeque &amp;theRhs)
<li><a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>&amp; <a class="el" href="classXalanDeque.html#a20">getMemoryManager</a> ()
</ul>
<h2>Static Public Methods</h2>
<ul>
<li>XalanDeque* <a class="el" href="classXalanDeque.html#d0">create</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, <a class="el" href="classXalanDeque.html#s0">size_type</a> initialSize=0, <a class="el" href="classXalanDeque.html#s0">size_type</a> blockSize=10)
</ul>
<h2>Protected Methods</h2>
<ul>
<li><a class="el" href="classXalanDeque.html#s4">BlockType</a>* <a class="el" href="classXalanDeque.html#b0">getNewBlock</a> ()
<li><a class="el" href="classXalanDeque.html#s4">BlockType</a>* <a class="el" href="classXalanDeque.html#b1">allocate</a> (<a class="el" href="classXalanDeque.html#s0">size_type</a> size)
<li>void <a class="el" href="classXalanDeque.html#b2">deallocate</a> (<a class="el" href="classXalanDeque.html#s4">BlockType</a> *pointer)
</ul>
<h2>Protected Attributes</h2>
<ul>
<li><a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>* <a class="el" href="classXalanDeque.html#n0">m_memoryManager</a>
<li>const <a class="el" href="classXalanDeque.html#s0">size_type</a> <a class="el" href="classXalanDeque.html#n1">m_blockSize</a>
<li><a class="el" href="classXalanDeque.html#s5">BlockIndexType</a> <a class="el" href="classXalanDeque.html#n2">m_blockIndex</a>
<li><a class="el" href="classXalanDeque.html#s5">BlockIndexType</a> <a class="el" href="classXalanDeque.html#n3">m_freeBlockVector</a>
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; class XalanDeque</h3>
Xalan implementation of deque.
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s5" doxytag="XalanDeque::BlockIndexType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef XalanVector&lt; <a class="el" href="classXalanDeque.html#s4">BlockType</a> *&gt; XalanDeque&lt;Type, ConstructionTraits&gt;::BlockIndexType&lt;<a class="el" href="classXalanDeque.html#s4">BlockType</a>*&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s4" doxytag="XalanDeque::BlockType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef XalanVector&lt; Type, ConstructionTraits &gt; XalanDeque&lt;Type, ConstructionTraits&gt;::BlockType&lt;Type, ConstructionTraits&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s6" doxytag="XalanDeque::ThisType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef XalanDeque&lt; Type, ConstructionTraits &gt; XalanDeque&lt;Type, ConstructionTraits&gt;::ThisType&lt;Type, ConstructionTraits&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s8" doxytag="XalanDeque::const_iterator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef <a class="el" href="structXalanDequeIterator.html">XalanDequeIterator</a>&lt; <a class="el" href="structXalanDequeConstIteratorTraits.html">XalanDequeConstIteratorTraits</a>&lt; <a class="el" href="classXalanDeque.html#s1">value_type</a> &gt;, <a class="el" href="classXalanDeque.html#s6">ThisType</a> &gt; XalanDeque&lt;Type, ConstructionTraits&gt;::const_iterator&lt;<a class="el" href="structXalanDequeConstIteratorTraits.html">XalanDequeConstIteratorTraits</a>&lt;<a class="el" href="classXalanDeque.html#s1">value_type</a>&gt;, <a class="el" href="classXalanDeque.html#s6">ThisType</a>&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s3" doxytag="XalanDeque::const_reference"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef const Type &amp; XalanDeque&lt;Type, ConstructionTraits&gt;::const_reference
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s12" doxytag="XalanDeque::const_reverse_iterator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef <a class="el" href="classXalanDeque.html#s10">const_reverse_iterator_</a> XalanDeque&lt;Type, ConstructionTraits&gt;::const_reverse_iterator
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s10" doxytag="XalanDeque::const_reverse_iterator_"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef XALAN_STD_QUALIFIER <a class="el" href="classXalanDeque.html#s11">reverse_iterator</a>&lt; <a class="el" href="classXalanDeque.html#s8">const_iterator</a>, <a class="el" href="classXalanDeque.html#s1">value_type</a>, <a class="el" href="classXalanDeque.html#s3">const_reference</a> &gt; XalanDeque&lt;Type, ConstructionTraits&gt;::const_reverse_iterator_&lt;<a class="el" href="classXalanDeque.html#s8">const_iterator</a>, <a class="el" href="classXalanDeque.html#s1">value_type</a>, <a class="el" href="classXalanDeque.html#s3">const_reference</a>&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s7" doxytag="XalanDeque::iterator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef <a class="el" href="structXalanDequeIterator.html">XalanDequeIterator</a>&lt; <a class="el" href="structXalanDequeIteratorTraits.html">XalanDequeIteratorTraits</a>&lt; <a class="el" href="classXalanDeque.html#s1">value_type</a> &gt;, <a class="el" href="classXalanDeque.html#s6">ThisType</a> &gt; XalanDeque&lt;Type, ConstructionTraits&gt;::iterator&lt;<a class="el" href="structXalanDequeIteratorTraits.html">XalanDequeIteratorTraits</a>&lt;<a class="el" href="classXalanDeque.html#s1">value_type</a>&gt;, <a class="el" href="classXalanDeque.html#s6">ThisType</a>&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s2" doxytag="XalanDeque::reference"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef Type &amp; XalanDeque&lt;Type, ConstructionTraits&gt;::reference
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s11" doxytag="XalanDeque::reverse_iterator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef <a class="el" href="classXalanDeque.html#s9">reverse_iterator_</a> XalanDeque&lt;Type, ConstructionTraits&gt;::reverse_iterator
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s9" doxytag="XalanDeque::reverse_iterator_"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef XALAN_STD_QUALIFIER <a class="el" href="classXalanDeque.html#s11">reverse_iterator</a>&lt; <a class="el" href="classXalanDeque.html#s7">iterator</a>, <a class="el" href="classXalanDeque.html#s1">value_type</a> &gt; XalanDeque&lt;Type, ConstructionTraits&gt;::reverse_iterator_&lt;<a class="el" href="classXalanDeque.html#s7">iterator</a>, <a class="el" href="classXalanDeque.html#s1">value_type</a>&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s0" doxytag="XalanDeque::size_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef size_t XalanDeque&lt;Type, ConstructionTraits&gt;::size_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s1" doxytag="XalanDeque::value_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef Type XalanDeque&lt;Type, ConstructionTraits&gt;::value_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanDeque::XalanDeque"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanDeque&lt;Type, ConstructionTraits&gt;::XalanDeque&lt;Type, ConstructionTraits&gt; (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>memoryManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDeque.html#s0">size_type</a> <em>initialSize</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDeque.html#s0">size_type</a> <em>blockSize</em> = 10&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a1" doxytag="XalanDeque::XalanDeque"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanDeque&lt;Type, ConstructionTraits&gt;::XalanDeque&lt;Type, ConstructionTraits&gt; (
</b></td>
<td valign="bottom"><b>
const XalanDeque&lt;Type, ConstructionTraits&gt; &amp; <em>theRhs</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>memoryManager</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a2" doxytag="XalanDeque::~XalanDeque"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanDeque&lt;Type, ConstructionTraits&gt;::~XalanDeque&lt;Type, ConstructionTraits&gt; (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="b1" doxytag="XalanDeque::allocate"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s4">BlockType</a> * XalanDeque&lt;Type, ConstructionTraits&gt;::allocate (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDeque.html#s0">size_type</a> <em>size</em>&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a11" doxytag="XalanDeque::back"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s1">value_type</a> &amp; XalanDeque&lt;Type, ConstructionTraits&gt;::back (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a4" doxytag="XalanDeque::begin"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s8">const_iterator</a> XalanDeque&lt;Type, ConstructionTraits&gt;::begin (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a3" doxytag="XalanDeque::begin"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s7">iterator</a> XalanDeque&lt;Type, ConstructionTraits&gt;::begin (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a14" doxytag="XalanDeque::clear"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanDeque&lt;Type, ConstructionTraits&gt;::clear (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="d0" doxytag="XalanDeque::create"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanDeque&lt;Type, ConstructionTraits&gt; * XalanDeque&lt;Type, ConstructionTraits&gt;::create (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDeque.html#s0">size_type</a> <em>initialSize</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDeque.html#s0">size_type</a> <em>blockSize</em> = 10&nbsp;)<code> [static]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="b2" doxytag="XalanDeque::deallocate"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanDeque&lt;Type, ConstructionTraits&gt;::deallocate (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDeque.html#s4">BlockType</a> * <em>pointer</em>&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a9" doxytag="XalanDeque::empty"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
bool XalanDeque&lt;Type, ConstructionTraits&gt;::empty (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a6" doxytag="XalanDeque::end"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s8">const_iterator</a> XalanDeque&lt;Type, ConstructionTraits&gt;::end (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a5" doxytag="XalanDeque::end"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s7">iterator</a> XalanDeque&lt;Type, ConstructionTraits&gt;::end (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a20" doxytag="XalanDeque::getMemoryManager"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; XalanDeque&lt;Type, ConstructionTraits&gt;::getMemoryManager (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="b0" doxytag="XalanDeque::getNewBlock"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s4">BlockType</a> * XalanDeque&lt;Type, ConstructionTraits&gt;::getNewBlock (
</b></td>
<td valign="bottom"><b>
)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a19" doxytag="XalanDeque::operator="></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanDeque&lt;Type, ConstructionTraits&gt; &amp; XalanDeque&lt;Type, ConstructionTraits&gt;::operator= (
</b></td>
<td valign="bottom"><b>
const XalanDeque&lt;Type, ConstructionTraits&gt; &amp; <em>theRhs</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a13" doxytag="XalanDeque::operator[]"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDeque.html#s1">value_type</a> &amp; XalanDeque&lt;Type, ConstructionTraits&gt;::operator[] (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDeque.html#s0">size_type</a> <em>index</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a12" doxytag="XalanDeque::operator[]"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s1">value_type</a> &amp; XalanDeque&lt;Type, ConstructionTraits&gt;::operator[] (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDeque.html#s0">size_type</a> <em>index</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a16" doxytag="XalanDeque::pop_back"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanDeque&lt;Type, ConstructionTraits&gt;::pop_back (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a15" doxytag="XalanDeque::push_back"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanDeque&lt;Type, ConstructionTraits&gt;::push_back (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDeque.html#s1">value_type</a> &amp; <em>value</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a7" doxytag="XalanDeque::rbegin"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s12">const_reverse_iterator</a> XalanDeque&lt;Type, ConstructionTraits&gt;::rbegin (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a8" doxytag="XalanDeque::rend"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s12">const_reverse_iterator</a> XalanDeque&lt;Type, ConstructionTraits&gt;::rend (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a17" doxytag="XalanDeque::resize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanDeque&lt;Type, ConstructionTraits&gt;::resize (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDeque.html#s0">size_type</a> <em>newSize</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a10" doxytag="XalanDeque::size"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s0">size_type</a> XalanDeque&lt;Type, ConstructionTraits&gt;::size (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a18" doxytag="XalanDeque::swap"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanDeque&lt;Type, ConstructionTraits&gt;::swap (
</b></td>
<td valign="bottom"><b>
XalanDeque&lt;Type, ConstructionTraits&gt; &amp; <em>theRhs</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="n2" doxytag="XalanDeque::m_blockIndex"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s5">BlockIndexType</a> XalanDeque&lt;Type, ConstructionTraits&gt;::m_blockIndex<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="n1" doxytag="XalanDeque::m_blockSize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDeque.html#s0">size_type</a> XalanDeque&lt;Type, ConstructionTraits&gt;::m_blockSize<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="n3" doxytag="XalanDeque::m_freeBlockVector"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDeque.html#s5">BlockIndexType</a> XalanDeque&lt;Type, ConstructionTraits&gt;::m_freeBlockVector<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="n0" doxytag="XalanDeque::m_memoryManager"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> * XalanDeque&lt;Type, ConstructionTraits&gt;::m_memoryManager<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanDeque_8hpp-source.html">XalanDeque.hpp</a></ul>
<p align="center"><a href="diagramnotes.html">Interpreting class diagrams</a></p>
<p><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><A href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</A> and
<A href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</A> are used to generate this API documentation from the Xalan-C header files.</I></FONT></p>
<TABLE border="0" cellpadding="0" cellspacing="0" width="820"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt="dot"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
<TR>
<TD WIDTH="80%" VALIGN="TOP">
<P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 1.10</B><BR>
Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.</i></p>
</TD>
</TR>
<TR>
<TD WIDTH="100%">
<P ALIGN="CENTER"><IMG SRC="ApacheLogo.jpg" WIDTH="387" HEIGHT="100" ALIGN="BOTTOM" BORDER="0" ALT="Apache Logo">
</TD>
</TR>
</TABLE>