blob: 49bda0eac18bfad767ece08bdd1d5613435cfb36 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</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>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a> </div>
<div class="headertitle">
<h1>XalanVector&lt; Type, ConstructionTraits &gt; Class Template Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanVector" -->
<p><code>#include &lt;<a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>&gt;</code></p>
<p><a href="classXalanVector-members.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef Type <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>
<li>typedef <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> * <a class="el" href="classXalanVector.html#a4005cd2e309632acc0afc781ae4f9d82">pointer</a>
<li>typedef const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> * <a class="el" href="classXalanVector.html#aca43029f69cabd146665e0abb17f0d98">const_pointer</a>
<li>typedef <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp; <a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a>
<li>typedef const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp; <a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a>
<li>typedef size_t <a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>
<li>typedef ptrdiff_t <a class="el" href="classXalanVector.html#a30d9eb67f324d1d08323067428cd797f">difference_type</a>
<li>typedef <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> * <a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>
<li>typedef const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> * <a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>
<li>typedef XALAN_STD_QUALIFIER <br class="typebreak"/>
<a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a>&lt; <a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>, <br class="typebreak"/>
<a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &gt; <a class="el" href="classXalanVector.html#a28f8a50d2f4734dd29b7d9ea32b6137b">reverse_iterator_</a>
<li>typedef XALAN_STD_QUALIFIER <br class="typebreak"/>
<a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a><br class="typebreak"/>
&lt; <a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>, <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>, <br class="typebreak"/>
<a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a> &gt; <a class="el" href="classXalanVector.html#aeeb12ffac1f1a1eb87dd1102d19adb09">const_reverse_iterator_</a>
<li>typedef <a class="el" href="classXalanVector.html#a28f8a50d2f4734dd29b7d9ea32b6137b">reverse_iterator_</a> <a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a>
<li>typedef <a class="el" href="classXalanVector.html#aeeb12ffac1f1a1eb87dd1102d19adb09">const_reverse_iterator_</a> <a class="el" href="classXalanVector.html#af6669d95611ef332e35853e81e9c61d7">const_reverse_iterator</a>
<li>typedef <a class="el" href="classXalanVector.html">XalanVector</a><br class="typebreak"/>
&lt; <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>, <br class="typebreak"/>
ConstructionTraits &gt; <a class="el" href="classXalanVector.html#a834259ea9360219c64a4b1870b3e2de6">ThisType</a>
<li>typedef <br class="typebreak"/>
ConstructionTraits::Constructor <a class="el" href="classXalanVector.html#a66cb784b012c07dfc87ccc659066c824">Constructor</a>
<li>typedef <br class="typebreak"/>
Constructor::ConstructableType <a class="el" href="classXalanVector.html#ae638742ab9c7a7caa4ba9035756d4266">ConstructibleType</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanVector.html#a04953dfd99fd9fd6c21b001c67a8bf2f">XalanVector</a> (MemoryManager &amp;theManager=XalanMemMgrs::getDefaultXercesMemMgr(), <a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> initialAllocation=<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>(0))
<li><a class="el" href="classXalanVector.html#af8a609c1ee9ff0d7a432c1defb1cd7a9">XalanVector</a> (const <a class="el" href="classXalanVector.html">ThisType</a> &amp;theSource, MemoryManager &amp;theManager=XalanMemMgrs::getDefaultXercesMemMgr(), <a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theInitialAllocation=<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>(0))
<li><a class="el" href="classXalanVector.html#ab057c1f9a0594c84b017478db08260b4">XalanVector</a> (<a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> theFirst, <a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> theLast, MemoryManager &amp;theManager)
<li><a class="el" href="classXalanVector.html#a5e8fdb8f6447b7e655db6b7ecae8f93d">XalanVector</a> (<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theInsertSize, const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;theData, MemoryManager &amp;theManager)
<li><a class="el" href="classXalanVector.html#ab72b63b8e44297f3b8cca6b3918fd781">~XalanVector</a> ()
<li>void <a class="el" href="classXalanVector.html#ac0ad2b04516dcca6ce35b3425368307b">push_back</a> (const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;data)
<li>void <a class="el" href="classXalanVector.html#af4dc80970e1a9d9488468da7f4aabb68">pop_back</a> ()
<li><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html#a42868cfe3ecd3844cf04d325fe55f9c5">erase</a> (<a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> theFirst, <a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> theLast)
<li><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html#a026f2a887724e597d66aa507780d4cac">erase</a> (<a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> position)
<li>void <a class="el" href="classXalanVector.html#ae2b09d4f3052acb552b95bb3e8dbc3dc">insert</a> (<a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> thePosition, <a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> theFirst, <a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> theLast)
<li>void <a class="el" href="classXalanVector.html#a032840cc58cc366f599b8e2f2e3eb410">insert</a> (<a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> thePosition, <a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theCount, const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;theData)
<li><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html#a7969b33c89593e1df0732cfdbe21bed4">insert</a> (<a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> thePosition, const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;theData)
<li>void <a class="el" href="classXalanVector.html#a0c721550088dd670023ec7c878ee72f5">assign</a> (<a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> theFirst, <a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> theLast)
<li>void <a class="el" href="classXalanVector.html#acd0a10a70334bffbfd95320e04fb71f3">assign</a> (<a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> theFirst, <a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> theLast)
<li>void <a class="el" href="classXalanVector.html#a91e34a82e70160a670c04875ea850565">assign</a> (<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theCount, const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;theData)
<li><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> <a class="el" href="classXalanVector.html#a1fda39730a6d85ecfcd1f35b302ab7c0">size</a> () const
<li><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> <a class="el" href="classXalanVector.html#a3cb38d5faa5ab98951d56cb6cab2118e">max_size</a> () const
<li>void <a class="el" href="classXalanVector.html#ac86f99f4bb7075ac02e8233c21d25dab">resize</a> (<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theSize)
<li>void <a class="el" href="classXalanVector.html#a91b9df28a448bf8d4234b6621f3260a0">resize</a> (<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theSize, const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;theValue)
<li><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> <a class="el" href="classXalanVector.html#ad85caa1aa049aeca6bd0008064e92e28">capacity</a> () const
<li>bool <a class="el" href="classXalanVector.html#acb9782f665511a451632660341d2e2bf">empty</a> () const
<li>void <a class="el" href="classXalanVector.html#a57a1a931ca7fa6d7755563d2321aa3c2">reserve</a> (<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theSize)
<li><a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a> <a class="el" href="classXalanVector.html#abc78f008f3dd5078bfaad14a4ab4aaa9">front</a> ()
<li><a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a> <a class="el" href="classXalanVector.html#a699d933664891cd1fa54d236ee8805d5">front</a> () const
<li><a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a> <a class="el" href="classXalanVector.html#a44dc3df7e89dd85b05c696eed6b8ec88">back</a> ()
<li><a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a> <a class="el" href="classXalanVector.html#a2a6f227f4730cfc32f76d8ff42f80812">back</a> () const
<li><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html#acc3e16c7dbabe0e5990a1f24cf8fd996">begin</a> ()
<li><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> <a class="el" href="classXalanVector.html#a53687e47d0f973812235c1257db3ab85">begin</a> () const
<li><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html#a7e6c23b5cf7143a14f5ca335550c92c5">end</a> ()
<li><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> <a class="el" href="classXalanVector.html#a2c68043fb45a9611e2575708ebc9419e">end</a> () const
<li><a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a> <a class="el" href="classXalanVector.html#ac999026c6a450a292c42880796f5da24">rbegin</a> ()
<li><a class="el" href="classXalanVector.html#af6669d95611ef332e35853e81e9c61d7">const_reverse_iterator</a> <a class="el" href="classXalanVector.html#ac7a7aeacd4f1aedb07e196ac1223df9c">rbegin</a> () const
<li><a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a> <a class="el" href="classXalanVector.html#a161352a538097925228711a3efa39c23">rend</a> ()
<li><a class="el" href="classXalanVector.html#af6669d95611ef332e35853e81e9c61d7">const_reverse_iterator</a> <a class="el" href="classXalanVector.html#a713f79b51f653a153774ba1c8cdf232a">rend</a> () const
<li><a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a> <a class="el" href="classXalanVector.html#ae5a640ce036766166500f7690d1d2d92">at</a> (<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theIndex)
<li><a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a> <a class="el" href="classXalanVector.html#a486454c8b725753aa6e03a035a11366a">at</a> (<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theIndex) const
<li><a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a> <a class="el" href="classXalanVector.html#a48ef2a41e89534e56dab0fee9242709a">operator[]</a> (<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theIndex)
<li><a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a> <a class="el" href="classXalanVector.html#a21ad94b278a0b00c6b181d322bd9ae92">operator[]</a> (<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> theIndex) const
<li>void <a class="el" href="classXalanVector.html#a1791407580cc21824934d93e26dbe962">clear</a> ()
<li><a class="el" href="classXalanVector.html">ThisType</a> &amp; <a class="el" href="classXalanVector.html#a1a99422561d7088834ac1443e50a26ef">operator=</a> (const <a class="el" href="classXalanVector.html">ThisType</a> &amp;theRHS)
<li>void <a class="el" href="classXalanVector.html#a1b9bbf3a668d1e14bd853ed69f0f27b3">swap</a> (<a class="el" href="classXalanVector.html">ThisType</a> &amp;theOther)
<li>const MemoryManager &amp; <a class="el" href="classXalanVector.html#a0c113909fec890afc028fb7790cf3345">getMemoryManager</a> () const
<li>MemoryManager &amp; <a class="el" href="classXalanVector.html#a954fde99e6a8c409b6f8830fede52526">getMemoryManager</a> ()
<li><a class="el" href="classXalanVector.html#a4005cd2e309632acc0afc781ae4f9d82">pointer</a> <a class="el" href="classXalanVector.html#a40b3211e8a4ce84e5263410d17e77427">detach</a> ()
</ul>
<h2><a name="pub-static-methods"></a>
Static Public Member Functions</h2>
<ul>
<li>static <a class="el" href="classXalanVector.html">XalanVector</a> * <a class="el" href="classXalanVector.html#a03480c43bfa6bf6e6b9de8a8358cc641">create</a> (MemoryManager &amp;theManager, <a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> initialAllocation=<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>(0))
<li>static <a class="el" href="classXalanVector.html">XalanVector</a> * <a class="el" href="classXalanVector.html#a521c87e31bc2afac6a1621e53b338816">create</a> (<a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> theFirst, <a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> theLast, MemoryManager &amp;theManager)
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt;<br/>
class XalanVector&lt; Type, ConstructionTraits &gt;</h3>
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00058">58</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="aaa40002094527260a5365fb623f9d1bb"></a><!-- doxytag: member="XalanVector::const_iterator" ref="aaa40002094527260a5365fb623f9d1bb" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>* <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00089">89</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="aca43029f69cabd146665e0abb17f0d98"></a><!-- doxytag: member="XalanVector::const_pointer" ref="aca43029f69cabd146665e0abb17f0d98" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>* <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#aca43029f69cabd146665e0abb17f0d98">const_pointer</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00065">65</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a4d917b75c56a41ba1213778119117a1e"></a><!-- doxytag: member="XalanVector::const_reference" ref="a4d917b75c56a41ba1213778119117a1e" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>&amp; <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00067">67</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="af6669d95611ef332e35853e81e9c61d7"></a><!-- doxytag: member="XalanVector::const_reverse_iterator" ref="af6669d95611ef332e35853e81e9c61d7" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXalanVector.html#aeeb12ffac1f1a1eb87dd1102d19adb09">const_reverse_iterator_</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#af6669d95611ef332e35853e81e9c61d7">const_reverse_iterator</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00118">118</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="aeeb12ffac1f1a1eb87dd1102d19adb09"></a><!-- doxytag: member="XalanVector::const_reverse_iterator_" ref="aeeb12ffac1f1a1eb87dd1102d19adb09" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef XALAN_STD_QUALIFIER <a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a>&lt; <a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>, <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>, <a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a>&gt; <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#aeeb12ffac1f1a1eb87dd1102d19adb09">const_reverse_iterator_</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00114">114</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ae638742ab9c7a7caa4ba9035756d4266"></a><!-- doxytag: member="XalanVector::ConstructibleType" ref="ae638742ab9c7a7caa4ba9035756d4266" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef Constructor::ConstructableType <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#ae638742ab9c7a7caa4ba9035756d4266">ConstructibleType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00123">123</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a66cb784b012c07dfc87ccc659066c824"></a><!-- doxytag: member="XalanVector::Constructor" ref="a66cb784b012c07dfc87ccc659066c824" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef ConstructionTraits::Constructor <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#a66cb784b012c07dfc87ccc659066c824">Constructor</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00122">122</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a30d9eb67f324d1d08323067428cd797f"></a><!-- doxytag: member="XalanVector::difference_type" ref="a30d9eb67f324d1d08323067428cd797f" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef ptrdiff_t <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#a30d9eb67f324d1d08323067428cd797f">difference_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00069">69</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a70c358c6cf1e45ba03751d3b6f47392e"></a><!-- doxytag: member="XalanVector::iterator" ref="a70c358c6cf1e45ba03751d3b6f47392e" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>* <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00088">88</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a4005cd2e309632acc0afc781ae4f9d82"></a><!-- doxytag: member="XalanVector::pointer" ref="a4005cd2e309632acc0afc781ae4f9d82" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>* <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#a4005cd2e309632acc0afc781ae4f9d82">pointer</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00064">64</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a825f47bfc8d27b4241029d0fbc3acb42"></a><!-- doxytag: member="XalanVector::reference" ref="a825f47bfc8d27b4241029d0fbc3acb42" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>&amp; <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00066">66</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a08d88fa5a3d505d0e3b077b5260ee546"></a><!-- doxytag: member="XalanVector::reverse_iterator" ref="a08d88fa5a3d505d0e3b077b5260ee546" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXalanVector.html#a28f8a50d2f4734dd29b7d9ea32b6137b">reverse_iterator_</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00117">117</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a28f8a50d2f4734dd29b7d9ea32b6137b"></a><!-- doxytag: member="XalanVector::reverse_iterator_" ref="a28f8a50d2f4734dd29b7d9ea32b6137b" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef XALAN_STD_QUALIFIER <a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a>&lt; <a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>, <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>&gt; <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#a28f8a50d2f4734dd29b7d9ea32b6137b">reverse_iterator_</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00110">110</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ad6fb8b1165e71ac328cf6408c529548f"></a><!-- doxytag: member="XalanVector::size_type" ref="ad6fb8b1165e71ac328cf6408c529548f" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef size_t <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00068">68</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a834259ea9360219c64a4b1870b3e2de6"></a><!-- doxytag: member="XalanVector::ThisType" ref="a834259ea9360219c64a4b1870b3e2de6" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXalanVector.html">XalanVector</a>&lt;<a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a>, ConstructionTraits&gt; <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html">ThisType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00120">120</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="afc7581b432a6831c0394918870a72e2c"></a><!-- doxytag: member="XalanVector::value_type" ref="afc7581b432a6831c0394918870a72e2c" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef Type <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00063">63</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a04953dfd99fd9fd6c21b001c67a8bf2f"></a><!-- doxytag: member="XalanVector::XalanVector" ref="a04953dfd99fd9fd6c21b001c67a8bf2f" args="(MemoryManager &amp;theManager=XalanMemMgrs::getDefaultXercesMemMgr(), size_type initialAllocation=size_type(0))" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html">XalanVector</a> </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em> = <code>XalanMemMgrs::getDefaultXercesMemMgr()</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>initialAllocation</em> = <code><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>(0)</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00125">125</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="af8a609c1ee9ff0d7a432c1defb1cd7a9"></a><!-- doxytag: member="XalanVector::XalanVector" ref="af8a609c1ee9ff0d7a432c1defb1cd7a9" args="(const ThisType &amp;theSource, MemoryManager &amp;theManager=XalanMemMgrs::getDefaultXercesMemMgr(), size_type theInitialAllocation=size_type(0))" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html">XalanVector</a> </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanVector.html">ThisType</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theSource</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em> = <code>XalanMemMgrs::getDefaultXercesMemMgr()</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theInitialAllocation</em> = <code><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>(0)</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00153">153</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ab057c1f9a0594c84b017478db08260b4"></a><!-- doxytag: member="XalanVector::XalanVector" ref="ab057c1f9a0594c84b017478db08260b4" args="(const_iterator theFirst, const_iterator theLast, MemoryManager &amp;theManager)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html">XalanVector</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>&nbsp;</td>
<td class="paramname"> <em>theFirst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>&nbsp;</td>
<td class="paramname"> <em>theLast</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00181">181</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a5e8fdb8f6447b7e655db6b7ecae8f93d"></a><!-- doxytag: member="XalanVector::XalanVector" ref="a5e8fdb8f6447b7e655db6b7ecae8f93d" args="(size_type theInsertSize, const value_type &amp;theData, MemoryManager &amp;theManager)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::<a class="el" href="classXalanVector.html">XalanVector</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theInsertSize</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theData</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00218">218</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ab72b63b8e44297f3b8cca6b3918fd781"></a><!-- doxytag: member="XalanVector::~XalanVector" ref="ab72b63b8e44297f3b8cca6b3918fd781" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::~<a class="el" href="classXalanVector.html">XalanVector</a> </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00236">236</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a0c721550088dd670023ec7c878ee72f5"></a><!-- doxytag: member="XalanVector::assign" ref="a0c721550088dd670023ec7c878ee72f5" args="(const_iterator theFirst, const_iterator theLast)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::assign </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>&nbsp;</td>
<td class="paramname"> <em>theFirst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>&nbsp;</td>
<td class="paramname"> <em>theLast</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00541">541</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="acd0a10a70334bffbfd95320e04fb71f3"></a><!-- doxytag: member="XalanVector::assign" ref="acd0a10a70334bffbfd95320e04fb71f3" args="(iterator theFirst, iterator theLast)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::assign </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>&nbsp;</td>
<td class="paramname"> <em>theFirst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>&nbsp;</td>
<td class="paramname"> <em>theLast</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00554">554</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a91e34a82e70160a670c04875ea850565"></a><!-- doxytag: member="XalanVector::assign" ref="a91e34a82e70160a670c04875ea850565" args="(size_type theCount, const value_type &amp;theData)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::assign </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theCount</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theData</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00564">564</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ae5a640ce036766166500f7690d1d2d92"></a><!-- doxytag: member="XalanVector::at" ref="ae5a640ce036766166500f7690d1d2d92" args="(size_type theIndex)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::at </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theIndex</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00754">754</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a486454c8b725753aa6e03a035a11366a"></a><!-- doxytag: member="XalanVector::at" ref="a486454c8b725753aa6e03a035a11366a" args="(size_type theIndex) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::at </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theIndex</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00765">765</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a44dc3df7e89dd85b05c696eed6b8ec88"></a><!-- doxytag: member="XalanVector::back" ref="a44dc3df7e89dd85b05c696eed6b8ec88" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::back </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00677">677</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a2a6f227f4730cfc32f76d8ff42f80812"></a><!-- doxytag: member="XalanVector::back" ref="a2a6f227f4730cfc32f76d8ff42f80812" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::back </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00683">683</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="acc3e16c7dbabe0e5990a1f24cf8fd996"></a><!-- doxytag: member="XalanVector::begin" ref="acc3e16c7dbabe0e5990a1f24cf8fd996" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::begin </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00689">689</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a53687e47d0f973812235c1257db3ab85"></a><!-- doxytag: member="XalanVector::begin" ref="a53687e47d0f973812235c1257db3ab85" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::begin </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00697">697</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ad85caa1aa049aeca6bd0008064e92e28"></a><!-- doxytag: member="XalanVector::capacity" ref="ad85caa1aa049aeca6bd0008064e92e28" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::capacity </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00632">632</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1791407580cc21824934d93e26dbe962"></a><!-- doxytag: member="XalanVector::clear" ref="a1791407580cc21824934d93e26dbe962" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::clear </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00792">792</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a521c87e31bc2afac6a1621e53b338816"></a><!-- doxytag: member="XalanVector::create" ref="a521c87e31bc2afac6a1621e53b338816" args="(const_iterator theFirst, const_iterator theLast, MemoryManager &amp;theManager)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classXalanVector.html">XalanVector</a>* <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::create </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>&nbsp;</td>
<td class="paramname"> <em>theFirst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>&nbsp;</td>
<td class="paramname"> <em>theLast</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline, static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00201">201</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a03480c43bfa6bf6e6b9de8a8358cc641"></a><!-- doxytag: member="XalanVector::create" ref="a03480c43bfa6bf6e6b9de8a8358cc641" args="(MemoryManager &amp;theManager, size_type initialAllocation=size_type(0))" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classXalanVector.html">XalanVector</a>* <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::create </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>initialAllocation</em> = <code><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>(0)</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline, static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00137">137</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a40b3211e8a4ce84e5263410d17e77427"></a><!-- doxytag: member="XalanVector::detach" ref="a40b3211e8a4ce84e5263410d17e77427" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a4005cd2e309632acc0afc781ae4f9d82">pointer</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::detach </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00897">897</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="acb9782f665511a451632660341d2e2bf"></a><!-- doxytag: member="XalanVector::empty" ref="acb9782f665511a451632660341d2e2bf" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::empty </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00640">640</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a7e6c23b5cf7143a14f5ca335550c92c5"></a><!-- doxytag: member="XalanVector::end" ref="a7e6c23b5cf7143a14f5ca335550c92c5" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::end </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00705">705</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a2c68043fb45a9611e2575708ebc9419e"></a><!-- doxytag: member="XalanVector::end" ref="a2c68043fb45a9611e2575708ebc9419e" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::end </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00713">713</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a42868cfe3ecd3844cf04d325fe55f9c5"></a><!-- doxytag: member="XalanVector::erase" ref="a42868cfe3ecd3844cf04d325fe55f9c5" args="(iterator theFirst, iterator theLast)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::erase </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>&nbsp;</td>
<td class="paramname"> <em>theFirst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>&nbsp;</td>
<td class="paramname"> <em>theLast</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00271">271</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a026f2a887724e597d66aa507780d4cac"></a><!-- doxytag: member="XalanVector::erase" ref="a026f2a887724e597d66aa507780d4cac" args="(iterator position)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::erase </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>&nbsp;</td>
<td class="paramname"> <em>position</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00293">293</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="abc78f008f3dd5078bfaad14a4ab4aaa9"></a><!-- doxytag: member="XalanVector::front" ref="abc78f008f3dd5078bfaad14a4ab4aaa9" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::front </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00661">661</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a699d933664891cd1fa54d236ee8805d5"></a><!-- doxytag: member="XalanVector::front" ref="a699d933664891cd1fa54d236ee8805d5" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::front </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00669">669</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a0c113909fec890afc028fb7790cf3345"></a><!-- doxytag: member="XalanVector::getMemoryManager" ref="a0c113909fec890afc028fb7790cf3345" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">const MemoryManager&amp; <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::getMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00877">877</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a954fde99e6a8c409b6f8830fede52526"></a><!-- doxytag: member="XalanVector::getMemoryManager" ref="a954fde99e6a8c409b6f8830fede52526" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">MemoryManager&amp; <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::getMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00885">885</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a032840cc58cc366f599b8e2f2e3eb410"></a><!-- doxytag: member="XalanVector::insert" ref="a032840cc58cc366f599b8e2f2e3eb410" args="(iterator thePosition, size_type theCount, const value_type &amp;theData)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::insert </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>&nbsp;</td>
<td class="paramname"> <em>thePosition</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theCount</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theData</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00418">418</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a7969b33c89593e1df0732cfdbe21bed4"></a><!-- doxytag: member="XalanVector::insert" ref="a7969b33c89593e1df0732cfdbe21bed4" args="(iterator thePosition, const value_type &amp;theData)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::insert </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>&nbsp;</td>
<td class="paramname"> <em>thePosition</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theData</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00519">519</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ae2b09d4f3052acb552b95bb3e8dbc3dc"></a><!-- doxytag: member="XalanVector::insert" ref="ae2b09d4f3052acb552b95bb3e8dbc3dc" args="(iterator thePosition, const_iterator theFirst, const_iterator theLast)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::insert </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#a70c358c6cf1e45ba03751d3b6f47392e">iterator</a>&nbsp;</td>
<td class="paramname"> <em>thePosition</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>&nbsp;</td>
<td class="paramname"> <em>theFirst</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanVector.html#aaa40002094527260a5365fb623f9d1bb">const_iterator</a>&nbsp;</td>
<td class="paramname"> <em>theLast</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00299">299</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a3cb38d5faa5ab98951d56cb6cab2118e"></a><!-- doxytag: member="XalanVector::max_size" ref="a3cb38d5faa5ab98951d56cb6cab2118e" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::max_size </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00582">582</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1a99422561d7088834ac1443e50a26ef"></a><!-- doxytag: member="XalanVector::operator=" ref="a1a99422561d7088834ac1443e50a26ef" args="(const ThisType &amp;theRHS)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html">ThisType</a>&amp; <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanVector.html">ThisType</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theRHS</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00806">806</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a48ef2a41e89534e56dab0fee9242709a"></a><!-- doxytag: member="XalanVector::operator[]" ref="a48ef2a41e89534e56dab0fee9242709a" args="(size_type theIndex)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a825f47bfc8d27b4241029d0fbc3acb42">reference</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::operator[] </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theIndex</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00776">776</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a21ad94b278a0b00c6b181d322bd9ae92"></a><!-- doxytag: member="XalanVector::operator[]" ref="a21ad94b278a0b00c6b181d322bd9ae92" args="(size_type theIndex) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a4d917b75c56a41ba1213778119117a1e">const_reference</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::operator[] </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theIndex</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00784">784</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="af4dc80970e1a9d9488468da7f4aabb68"></a><!-- doxytag: member="XalanVector::pop_back" ref="af4dc80970e1a9d9488468da7f4aabb68" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::pop_back </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00259">259</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ac0ad2b04516dcca6ce35b3425368307b"></a><!-- doxytag: member="XalanVector::push_back" ref="ac0ad2b04516dcca6ce35b3425368307b" args="(const value_type &amp;data)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::push_back </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;&nbsp;</td>
<td class="paramname"> <em>data</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00249">249</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ac7a7aeacd4f1aedb07e196ac1223df9c"></a><!-- doxytag: member="XalanVector::rbegin" ref="ac7a7aeacd4f1aedb07e196ac1223df9c" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#af6669d95611ef332e35853e81e9c61d7">const_reverse_iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::rbegin </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00729">729</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ac999026c6a450a292c42880796f5da24"></a><!-- doxytag: member="XalanVector::rbegin" ref="ac999026c6a450a292c42880796f5da24" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::rbegin </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00721">721</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a161352a538097925228711a3efa39c23"></a><!-- doxytag: member="XalanVector::rend" ref="a161352a538097925228711a3efa39c23" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#a08d88fa5a3d505d0e3b077b5260ee546">reverse_iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::rend </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00737">737</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a713f79b51f653a153774ba1c8cdf232a"></a><!-- doxytag: member="XalanVector::rend" ref="a713f79b51f653a153774ba1c8cdf232a" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#af6669d95611ef332e35853e81e9c61d7">const_reverse_iterator</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::rend </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00745">745</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a57a1a931ca7fa6d7755563d2321aa3c2"></a><!-- doxytag: member="XalanVector::reserve" ref="a57a1a931ca7fa6d7755563d2321aa3c2" args="(size_type theSize)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::reserve </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theSize</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00648">648</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ac86f99f4bb7075ac02e8233c21d25dab"></a><!-- doxytag: member="XalanVector::resize" ref="ac86f99f4bb7075ac02e8233c21d25dab" args="(size_type theSize)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::resize </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theSize</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00590">590</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a91b9df28a448bf8d4234b6621f3260a0"></a><!-- doxytag: member="XalanVector::resize" ref="a91b9df28a448bf8d4234b6621f3260a0" args="(size_type theSize, const value_type &amp;theValue)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::resize </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a>&nbsp;</td>
<td class="paramname"> <em>theSize</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanVector.html#afc7581b432a6831c0394918870a72e2c">value_type</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theValue</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00598">598</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1fda39730a6d85ecfcd1f35b302ab7c0"></a><!-- doxytag: member="XalanVector::size" ref="a1fda39730a6d85ecfcd1f35b302ab7c0" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanVector.html#ad6fb8b1165e71ac328cf6408c529548f">size_type</a> <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::size </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00574">574</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1b9bbf3a668d1e14bd853ed69f0f27b3"></a><!-- doxytag: member="XalanVector::swap" ref="a1b9bbf3a668d1e14bd853ed69f0f27b3" args="(ThisType &amp;theOther)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Type, class ConstructionTraits = MemoryManagedConstructionTraits&lt;Type&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanVector.html">XalanVector</a>&lt; Type, ConstructionTraits &gt;::swap </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanVector.html">ThisType</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theOther</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanVector_8hpp_source.html#l00854">854</a> of file <a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanVector_8hpp_source.html">XalanVector.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">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="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>