blob: 8c8be05b6b6cf627719036c167eb754117d1afae [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>XalanArrayAutoPtr Class Template Reference</h1><code>#include &lt;<a class="el" href="XalanAutoPtr_8hpp-source.html">XalanAutoPtr.hpp</a>&gt;</code>
<p>
Collaboration diagram for XalanArrayAutoPtr:<p><center><img src="classXalanArrayAutoPtr__coll__graph.gif" border="0" usemap="#XalanArrayAutoPtr_coll_map" alt="Collaboration graph"></center>
<map name="XalanArrayAutoPtr_coll_map">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanArrayAutoPtr-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanArrayAutoPtr.html#a0">XalanArrayAutoPtr</a> (Type *thePointer=0)
<li><a class="el" href="classXalanArrayAutoPtr.html#a1">XalanArrayAutoPtr</a> (const XalanArrayAutoPtr&lt; Type &gt; &amp;theSource)
<li>XalanArrayAutoPtr&lt;Type&gt;&amp; <a class="el" href="classXalanArrayAutoPtr.html#a2">operator=</a> (XalanArrayAutoPtr&lt; Type &gt; &amp;theRHS)
<li><a class="el" href="classXalanArrayAutoPtr.html#a3">~XalanArrayAutoPtr</a> ()
<li>Type&amp; <a class="el" href="classXalanArrayAutoPtr.html#a4">operator *</a> () const
<li>Type&amp; <a class="el" href="classXalanArrayAutoPtr.html#a5">operator[]</a> (size_t index) const
<li>Type* <a class="el" href="classXalanArrayAutoPtr.html#a6">get</a> () const
<li>Type* <a class="el" href="classXalanArrayAutoPtr.html#a7">release</a> ()
<li>void <a class="el" href="classXalanArrayAutoPtr.html#a8">reset</a> (Type *thePointer=0)
</ul>
<h3>template&lt;class Type&gt; class XalanArrayAutoPtr</h3>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanArrayAutoPtr::XalanArrayAutoPtr"></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>
XalanArrayAutoPtr&lt;Type&gt;::XalanArrayAutoPtr&lt;Type&gt; (
</b></td>
<td valign="bottom"><b>
Type * <em>thePointer</em> = 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="a1" doxytag="XalanArrayAutoPtr::XalanArrayAutoPtr"></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>
XalanArrayAutoPtr&lt;Type&gt;::XalanArrayAutoPtr&lt;Type&gt; (
</b></td>
<td valign="bottom"><b>
const XalanArrayAutoPtr&lt; Type &gt; &amp; <em>theSource</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="a3" doxytag="XalanArrayAutoPtr::~XalanArrayAutoPtr"></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>
XalanArrayAutoPtr&lt;Type&gt;::~XalanArrayAutoPtr&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="a6" doxytag="XalanArrayAutoPtr::get"></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>
Type * XalanArrayAutoPtr&lt;Type&gt;::get (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a4" doxytag="XalanArrayAutoPtr::operator *"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
Type &amp; XalanArrayAutoPtr&lt;Type&gt;::operator * (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a2" doxytag="XalanArrayAutoPtr::operator="></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanArrayAutoPtr&lt; Type &gt; &amp; XalanArrayAutoPtr&lt;Type&gt;::operator=&lt;Type&gt; (
</b></td>
<td valign="bottom"><b>
XalanArrayAutoPtr&lt; Type &gt; &amp; <em>theRHS</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a5" doxytag="XalanArrayAutoPtr::operator[]"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Type&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
Type &amp; XalanArrayAutoPtr&lt;Type&gt;::operator[] (
</b></td>
<td valign="bottom"><b>
size_t <em>index</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a7" doxytag="XalanArrayAutoPtr::release"></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>
Type * XalanArrayAutoPtr&lt;Type&gt;::release (
</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="a8" doxytag="XalanArrayAutoPtr::reset"></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 XalanArrayAutoPtr&lt;Type&gt;::reset (
</b></td>
<td valign="bottom"><b>
Type * <em>thePointer</em> = 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>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanAutoPtr_8hpp-source.html">XalanAutoPtr.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>