Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 3c90d4f0807cc46df5c0517e9fe40564 > files > 2038

xalan-c-doc-1.4-2mdk.ppc.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++ XSLT Processor Version 1.4</h3>
</BODY>
<!-- Generated by Doxygen 1.1.2 on Mon Sep 16 08:33:21 2002 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</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 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><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class Type&gt;  class XalanAllocator</h3>


<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s3" doxytag="XalanAllocator::const_pointer"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
typedef const Type* XalanAllocator&lt;Type&gt;::const_pointer</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="s5" doxytag="XalanAllocator::const_reference"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
typedef const Type&amp; XalanAllocator&lt;Type&gt;::const_reference</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="s1" doxytag="XalanAllocator::difference_type"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
typedef ptrdiff_t XalanAllocator&lt;Type&gt;::difference_type</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="s2" doxytag="XalanAllocator::pointer"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
typedef Type* XalanAllocator&lt;Type&gt;::pointer</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="s4" doxytag="XalanAllocator::reference"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
typedef Type&amp; XalanAllocator&lt;Type&gt;::reference</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="s0" doxytag="XalanAllocator::size_type"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
typedef size_t XalanAllocator&lt;Type&gt;::size_type</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="s6" doxytag="XalanAllocator::value_type"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
typedef Type XalanAllocator&lt;Type&gt;::value_type</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanAllocator::XalanAllocator"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
XalanAllocator&lt;Type&gt;::XalanAllocator&lt;Type&gt; ()</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a1" doxytag="XalanAllocator::XalanAllocator"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
XalanAllocator&lt;Type&gt;::XalanAllocator&lt;Type&gt; (
</b></td>
<td><b>
const XalanAllocator&lt;Type&gt;&amp;)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a2" doxytag="XalanAllocator::~XalanAllocator"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
XalanAllocator&lt;Type&gt;::~XalanAllocator&lt;Type&gt; ()</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr><h2>Member Function Documentation</h2>
<a name="a4" doxytag="XalanAllocator::address"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
<a class="el" href="class_xalanallocator.html#s3">const_pointer</a> XalanAllocator&lt;Type&gt;::address (
</b></td>
<td><b>
<a class="el" href="class_xalanallocator.html#s5">const_reference</a> <em>x</em>) const</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a3" doxytag="XalanAllocator::address"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
<a class="el" href="class_xalanallocator.html#s2">pointer</a> XalanAllocator&lt;Type&gt;::address (
</b></td>
<td><b>
<a class="el" href="class_xalanallocator.html#s4">reference</a> <em>x</em>) const</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a5" doxytag="XalanAllocator::allocate"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
<a class="el" href="class_xalanallocator.html#s2">pointer</a> XalanAllocator&lt;Type&gt;::allocate (
</b></td>
<td><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)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a8" doxytag="XalanAllocator::construct"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
void XalanAllocator&lt;Type&gt;::construct (
</b></td>
<td><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>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a6" doxytag="XalanAllocator::deallocate"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
void XalanAllocator&lt;Type&gt;::deallocate (
</b></td>
<td><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>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a9" doxytag="XalanAllocator::destroy"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
void XalanAllocator&lt;Type&gt;::destroy (
</b></td>
<td><b>
<a class="el" href="class_xalanallocator.html#s2">pointer</a> <em>p</em>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a7" doxytag="XalanAllocator::max_size"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
template&lt;class Type&gt; <br>
<a class="el" href="class_xalanallocator.html#s0">size_type</a> XalanAllocator&lt;Type&gt;::max_size () const</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanAllocator.hpp.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++ XSLT Processor Version 1.4</B><BR>
			Copyright &copy; 2000, 2001, 2002 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>