blob: 10a3320cb38bbde2712357c642c83b397a6daf05 [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>XalanAllocator Class Template Reference</h1><code>#include &lt;<a class="el" href="XalanAllocator_8hpp-source.html">XalanAllocator.hpp</a>&gt;</code>
<p>
<a href="classXalanAllocator-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef size_t <a class="el" href="classXalanAllocator.html#s0">size_type</a>
<li>typedef ptrdiff_t <a class="el" href="classXalanAllocator.html#s1">difference_type</a>
<li>typedef Type* <a class="el" href="classXalanAllocator.html#s2">pointer</a>
<li>typedef const Type* <a class="el" href="classXalanAllocator.html#s3">const_pointer</a>
<li>typedef Type&amp; <a class="el" href="classXalanAllocator.html#s4">reference</a>
<li>typedef const Type&amp; <a class="el" href="classXalanAllocator.html#s5">const_reference</a>
<li>typedef Type <a class="el" href="classXalanAllocator.html#s6">value_type</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanAllocator.html#a0">XalanAllocator</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<li><a class="el" href="classXalanAllocator.html#a1">~XalanAllocator</a> ()
<li><a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>&amp; <a class="el" href="classXalanAllocator.html#a2">getMemoryManager</a> ()
<li><a class="el" href="classXalanAllocator.html#s2">pointer</a> <a class="el" href="classXalanAllocator.html#a3">address</a> (<a class="el" href="classXalanAllocator.html#s4">reference</a> x) const
<li><a class="el" href="classXalanAllocator.html#s3">const_pointer</a> <a class="el" href="classXalanAllocator.html#a4">address</a> (<a class="el" href="classXalanAllocator.html#s5">const_reference</a> x) const
<li><a class="el" href="classXalanAllocator.html#s2">pointer</a> <a class="el" href="classXalanAllocator.html#a5">allocate</a> (<a class="el" href="classXalanAllocator.html#s0">size_type</a> size, const void *=0)
<li>void <a class="el" href="classXalanAllocator.html#a6">deallocate</a> (<a class="el" href="classXalanAllocator.html#s2">pointer</a> p, <a class="el" href="classXalanAllocator.html#s0">size_type</a>)
<li><a class="el" href="classXalanAllocator.html#s0">size_type</a> <a class="el" href="classXalanAllocator.html#a7">max_size</a> () const
<li>void <a class="el" href="classXalanAllocator.html#a8">construct</a> (<a class="el" href="classXalanAllocator.html#s2">pointer</a> p, const Type &amp;val)
<li>void <a class="el" href="classXalanAllocator.html#a9">destroy</a> (<a class="el" href="classXalanAllocator.html#s2">pointer</a> p)
</ul>
<h3>template&lt;class Type&gt; class XalanAllocator</h3>
<hr><h2>Member Typedef Documentation</h2>
<a name="s3" doxytag="XalanAllocator::const_pointer"></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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef const Type * XalanAllocator&lt;Type&gt;::const_pointer
</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="s5" doxytag="XalanAllocator::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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef const Type &amp; XalanAllocator&lt;Type&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="s1" doxytag="XalanAllocator::difference_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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef ptrdiff_t XalanAllocator&lt;Type&gt;::difference_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="s2" doxytag="XalanAllocator::pointer"></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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef Type * XalanAllocator&lt;Type&gt;::pointer
</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="XalanAllocator::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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef Type &amp; XalanAllocator&lt;Type&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="s0" doxytag="XalanAllocator::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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef size_t XalanAllocator&lt;Type&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="s6" doxytag="XalanAllocator::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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef Type XalanAllocator&lt;Type&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="XalanAllocator::XalanAllocator"></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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanAllocator&lt;Type&gt;::XalanAllocator&lt;Type&gt; (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</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="a1" doxytag="XalanAllocator::~XalanAllocator"></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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanAllocator&lt;Type&gt;::~XalanAllocator&lt;Type&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="a4" doxytag="XalanAllocator::address"></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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAllocator.html#s3">const_pointer</a> XalanAllocator&lt;Type&gt;::address (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanAllocator.html#s5">const_reference</a> <em>x</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="a3" doxytag="XalanAllocator::address"></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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAllocator.html#s2">pointer</a> XalanAllocator&lt;Type&gt;::address (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanAllocator.html#s4">reference</a> <em>x</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="a5" doxytag="XalanAllocator::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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAllocator.html#s2">pointer</a> XalanAllocator&lt;Type&gt;::allocate (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanAllocator.html#s0">size_type</a> <em>size</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const void * = 0&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="a8" doxytag="XalanAllocator::construct"></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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanAllocator&lt;Type&gt;::construct (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanAllocator.html#s2">pointer</a> <em>p</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const Type &amp; <em>val</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="a6" doxytag="XalanAllocator::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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanAllocator&lt;Type&gt;::deallocate (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanAllocator.html#s2">pointer</a> <em>p</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanAllocator.html#s0">size_type</a>&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="a9" doxytag="XalanAllocator::destroy"></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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
void XalanAllocator&lt;Type&gt;::destroy (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanAllocator.html#s2">pointer</a> <em>p</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="XalanAllocator::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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; XalanAllocator&lt;Type&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="a7" doxytag="XalanAllocator::max_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&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAllocator.html#s0">size_type</a> XalanAllocator&lt;Type&gt;::max_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>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanAllocator_8hpp-source.html">XalanAllocator.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>