blob: 0931d6a70a86fbe84fdf47c7dc05198678f519b9 [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>DeleteFunctor Struct Template Reference</h1>Functor to delete objects, used in STL iteration algorithms.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="STLHelper_8hpp-source.html">STLHelper.hpp</a>&gt;</code>
<p>
Inheritance diagram for DeleteFunctor:<p><center><img src="structDeleteFunctor__inherit__graph.gif" border="0" usemap="#DeleteFunctor_inherit_map" alt="Inheritance graph"></center>
<map name="DeleteFunctor_inherit_map">
<area href="classstd_1_1unary__function.html" shape="rect" coords="6,42,244,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for DeleteFunctor:<p><center><img src="structDeleteFunctor__coll__graph.gif" border="0" usemap="#DeleteFunctor_coll_map" alt="Collaboration graph"></center>
<map name="DeleteFunctor_coll_map">
<area href="classstd_1_1unary__function.html" shape="rect" coords="6,42,244,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="structDeleteFunctor-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef <a class="el" href="classstd_1_1unary__function.html">std::unary_function</a>&lt;<br>
const Type*, void&gt; <a class="el" href="structDeleteFunctor.html#s0">BaseClassType</a>
<li>typedef BaseClassType::result_type <a class="el" href="structDeleteFunctor.html#s1">result_type</a>
<li>typedef BaseClassType::argument_type <a class="el" href="structDeleteFunctor.html#s2">argument_type</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="structDeleteFunctor.html#a0">DeleteFunctor</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<li><a class="el" href="structDeleteFunctor.html#s1">result_type</a> <a class="el" href="structDeleteFunctor.html#a1">operator()</a> (<a class="el" href="structDeleteFunctor.html#s2">argument_type</a> thePointer) const
<dl class="el"><dd><font size=-1><em>Delete the object pointed to by argument.</em> <a href="#a1">More...</a><em><br><br></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class Type&gt; struct DeleteFunctor</h3>
Functor to delete objects, used in STL iteration algorithms.
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="DeleteFunctor::BaseClassType"></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 <a class="el" href="classstd_1_1unary__function.html">std::unary_function</a>&lt; const Type *, void &gt; DeleteFunctor&lt;Type&gt;::BaseClassType&lt;const Type*, void&gt;
</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="DeleteFunctor::argument_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 BaseClassType::argument_type DeleteFunctor&lt;Type&gt;::argument_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="s1" doxytag="DeleteFunctor::result_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 BaseClassType::result_type DeleteFunctor&lt;Type&gt;::result_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="DeleteFunctor::DeleteFunctor"></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>
DeleteFunctor&lt;Type&gt;::DeleteFunctor&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>
<hr><h2>Member Function Documentation</h2>
<a name="a1" doxytag="DeleteFunctor::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>
<a class="el" href="structDeleteFunctor.html#s1">result_type</a> DeleteFunctor&lt;Type&gt;::operator() (
</b></td>
<td valign="bottom"><b>
<a class="el" href="structDeleteFunctor.html#s2">argument_type</a> <em>thePointer</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Delete the object pointed to by argument.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>thePointer</em>
&nbsp;</td><td>
pointer to object to be deleted </td></tr>
</table>
</dl> </td>
</tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="STLHelper_8hpp-source.html">STLHelper.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>