Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 5e43f5d92fadaa0a1cc4664249b615d0 > files > 2041

xalan-c-doc-1.1-8mdk.i586.rpm

<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSL Transformer Version 1.1</h3>
</BODY>
<!-- Generated by Doxygen 1.2.0 on Thu Feb 15 10:49:04 2001 -->
<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  Template Class Reference</h1><code>#include &lt;<a class="el" href="XalanAllocator.hpp-source.html">XalanAllocator.hpp</a>&gt;</code>
<p>
<a href="class_xalanallocator-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef size_t <a class="el" href="class_xalanallocator.html#s0">size_type</a>
<li>typedef ptrdiff_t <a class="el" href="class_xalanallocator.html#s1">difference_type</a>
<li>typedef Type* <a class="el" href="class_xalanallocator.html#s2">pointer</a>
<li>typedef const Type* <a class="el" href="class_xalanallocator.html#s3">const_pointer</a>
<li>typedef Type&amp; <a class="el" href="class_xalanallocator.html#s4">reference</a>
<li>typedef const Type&amp; <a class="el" href="class_xalanallocator.html#s5">const_reference</a>
<li>typedef Type <a class="el" href="class_xalanallocator.html#s6">value_type</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_xalanallocator.html#a0">XalanAllocator</a> ()
<li><a class="el" href="class_xalanallocator.html#a1">XalanAllocator</a> (const XalanAllocator&lt;Type&gt;&amp;)
<li><a class="el" href="class_xalanallocator.html#a2">~XalanAllocator</a> ()
<li><a class="el" href="class_xalanallocator.html#s2">pointer</a> <a class="el" href="class_xalanallocator.html#a3">address</a> (<a class="el" href="class_xalanallocator.html#s4">reference</a> x) const
<li><a class="el" href="class_xalanallocator.html#s3">const_pointer</a> <a class="el" href="class_xalanallocator.html#a4">address</a> (<a class="el" href="class_xalanallocator.html#s5">const_reference</a> x) const
<li><a class="el" href="class_xalanallocator.html#s2">pointer</a> <a class="el" href="class_xalanallocator.html#a5">allocate</a> ( <a class="el" href="class_xalanallocator.html#s0">size_type</a> size, const void* = 0)
<li>void <a class="el" href="class_xalanallocator.html#a6">deallocate</a> ( <a class="el" href="class_xalanallocator.html#s2">pointer</a> p, <a class="el" href="class_xalanallocator.html#s0">size_type</a> )
<li><a class="el" href="class_xalanallocator.html#s0">size_type</a> <a class="el" href="class_xalanallocator.html#a7">max_size</a> () const
<li>void <a class="el" href="class_xalanallocator.html#a8">construct</a> ( <a class="el" href="class_xalanallocator.html#s2">pointer</a> p, const Type&amp; val)
<li>void <a class="el" href="class_xalanallocator.html#a9">destroy</a> (<a class="el" href="class_xalanallocator.html#s2">pointer</a> p)
</ul>
<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;classType&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;classType&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;classType&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;classType&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;classType&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;classType&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;classType&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;classType&gt;           </b></td>
        </tr>
        <tr>
          <td nowrap valign="top"><b> 
XalanAllocator&lt;Type&gt;::XalanAllocator&lt;Type&gt; (
          </b></td>
          <td valign="bottom"><b>
)<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="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;classType&gt;           </b></td>
        </tr>
        <tr>
          <td nowrap valign="top"><b> 
XalanAllocator&lt;Type&gt;::XalanAllocator&lt;Type&gt; (
          </b></td>
          <td valign="bottom"><b>
const XalanAllocator&lt; Type &gt;&amp;&nbsp;)<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a2" 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;classType&gt;           </b></td>
        </tr>
        <tr>
          <td nowrap valign="top"><b> 
XalanAllocator&lt;Type&gt;::~XalanAllocator&lt;Type&gt; (
          </b></td>
          <td valign="bottom"><b>
)<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><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;classType&gt;           </b></td>
        </tr>
        <tr>
          <td nowrap valign="top"><b> 
<a class="el" href="class_xalanallocator.html#s3">const_pointer</a> XalanAllocator&lt;Type&gt;::address (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_xalanallocator.html#s5">const_reference</a> <em>x</em>&nbsp;) const<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="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;classType&gt;           </b></td>
        </tr>
        <tr>
          <td nowrap valign="top"><b> 
<a class="el" href="class_xalanallocator.html#s2">pointer</a> XalanAllocator&lt;Type&gt;::address (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_xalanallocator.html#s4">reference</a> <em>x</em>&nbsp;) const<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="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;classType&gt;           </b></td>
        </tr>
        <tr>
          <td nowrap valign="top"><b> 
<a class="el" href="class_xalanallocator.html#s2">pointer</a> XalanAllocator&lt;Type&gt;::allocate (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_xalanallocator.html#s0">size_type</a> <em>size</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const void * = 0&nbsp;)<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="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;classType&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="class_xalanallocator.html#s2">pointer</a> <em>p</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const Type &amp; <em>val</em>&nbsp;)<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="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;classType&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="class_xalanallocator.html#s2">pointer</a> <em>p</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
<a class="el" href="class_xalanallocator.html#s0">size_type</a>&nbsp;)<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a9" doxytag="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;classType&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="class_xalanallocator.html#s2">pointer</a> <em>p</em>&nbsp;)<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="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;classType&gt;           </b></td>
        </tr>
        <tr>
          <td nowrap valign="top"><b> 
<a class="el" href="class_xalanallocator.html#s0">size_type</a> XalanAllocator&lt;Type&gt;::max_size (
          </b></td>
          <td valign="bottom"><b>
) const<code> []</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanAllocator.hpp-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="images/dot.gif" width="1"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
	<TR>
		<TD WIDTH="80%" VALIGN="TOP">
			<P ALIGN="CENTER"><B>Xalan-C++ XSL Transformer Version 1.1</B><BR>
			Copyright &copy; 2000, 2001 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">
		</TD>
	</TR>
</TABLE>