blob: 26cd54a972e935273b741d378e3c6bce4daa8f92 [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>pointer_less Struct Template Reference</h1><code>#include &lt;<a class="el" href="STLHelper_8hpp-source.html">STLHelper.hpp</a>&gt;</code>
<p>
Inheritance diagram for pointer_less:<p><center><img src="structpointer__less__inherit__graph.gif" border="0" usemap="#pointer_less_inherit_map" alt="Inheritance graph"></center>
<map name="pointer_less_inherit_map">
<area href="classstd_1_1binary__function.html" shape="rect" coords="6,42,289,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for pointer_less:<p><center><img src="structpointer__less__coll__graph.gif" border="0" usemap="#pointer_less_coll_map" alt="Collaboration graph"></center>
<map name="pointer_less_coll_map">
<area href="classstd_1_1binary__function.html" shape="rect" coords="6,42,289,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="structpointer__less-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef <a class="el" href="classstd_1_1binary__function.html">std::binary_function</a>&lt;<br>
const T*, const T*, bool&gt; <a class="el" href="structpointer__less.html#s0">BaseClassType</a>
<li>typedef BaseClassType::result_type <a class="el" href="structpointer__less.html#s1">result_type</a>
<li>typedef BaseClassType::first_argument_type <a class="el" href="structpointer__less.html#s2">first_argument_type</a>
<li>typedef BaseClassType::second_argument_type <a class="el" href="structpointer__less.html#s3">second_argument_type</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="structpointer__less.html#s1">result_type</a> <a class="el" href="structpointer__less.html#a0">operator()</a> (<a class="el" href="structpointer__less.html#s2">first_argument_type</a> theLHS, <a class="el" href="structpointer__less.html#s3">second_argument_type</a> theRHS) const
</ul>
<h3>template&lt;class T&gt; struct pointer_less</h3>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="pointer_less::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 T&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef <a class="el" href="classstd_1_1binary__function.html">std::binary_function</a>&lt; const T *, const T *, bool &gt; pointer_less&lt;T&gt;::BaseClassType&lt;const T*, const T*, bool&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="pointer_less::first_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 T&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef BaseClassType::first_argument_type pointer_less&lt;T&gt;::first_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="pointer_less::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 T&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef BaseClassType::result_type pointer_less&lt;T&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>
<a name="s3" doxytag="pointer_less::second_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 T&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef BaseClassType::second_argument_type pointer_less&lt;T&gt;::second_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>
<hr><h2>Member Function Documentation</h2>
<a name="a0" doxytag="pointer_less::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 T&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="structpointer__less.html#s1">result_type</a> pointer_less&lt;T&gt;::operator() (
</b></td>
<td valign="bottom"><b>
<a class="el" href="structpointer__less.html#s2">first_argument_type</a> <em>theLHS</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="structpointer__less.html#s3">second_argument_type</a> <em>theRHS</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>
<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>