blob: 1295db8a0cc22e186ee737e7ab364311797173f1 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a> </div>
<div class="headertitle">
<h1>XalanObjectStackCache&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt; Class Template Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanObjectStackCache" -->
<p><code>#include &lt;<a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for XalanObjectStackCache&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;:</div>
<div class="dyncontent">
<div class="center"><img src="classXalanObjectStackCache__coll__graph.png" border="0" usemap="#XalanObjectStackCache_3_01ObjectType_00_01CreateFunctorType_00_01DeleteFunctorType_00_01ResetFunctorType_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="XalanObjectStackCache_3_01ObjectType_00_01CreateFunctorType_00_01DeleteFunctorType_00_01ResetFunctorType_01_4_coll__map" id="XalanObjectStackCache_3_01ObjectType_00_01CreateFunctorType_00_01DeleteFunctorType_00_01ResetFunctorType_01_4_coll__map">
<area shape="rect" id="node6" href="classXalanVector.html" title="XalanVector\&lt; ObjectType * \&gt;" alt="" coords="328,5,539,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXalanObjectStackCache-members.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef <a class="el" href="classXalanVector.html">XalanVector</a>&lt; ObjectType * &gt; <a class="el" href="classXalanObjectStackCache.html#aea89e987ecf2698fbc644f1b325f2386">VectorType</a>
<li>typedef ObjectType <a class="el" href="classXalanObjectStackCache.html#aeda3b02b11019f62c4b94c7e8efc91be">CacheObjectType</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanObjectStackCache.html#a682dc730f6a94fd771443b0b221ad7ab">XalanObjectStackCache</a> (MemoryManager &amp;theManager, XalanSize_t initialListSize=0)
<li><a class="el" href="classXalanObjectStackCache.html#ae4eaca5c572fb1509b5784957acd0f66">~XalanObjectStackCache</a> ()
<li>ObjectType * <a class="el" href="classXalanObjectStackCache.html#ac5d21ab88d73a2fdc477499b286f527d">get</a> ()
<li>ObjectType * <a class="el" href="classXalanObjectStackCache.html#afdcfbe80753eeb7488c2aea9cf32e5c9">top</a> ()
<li>ObjectType * <a class="el" href="classXalanObjectStackCache.html#a1a16905d7151faf3c00664151f75c640">release</a> ()
<li>void <a class="el" href="classXalanObjectStackCache.html#a7be6f0b0be32e59b561f3d90771084b9">reset</a> ()
</ul>
<h2><a name="pub-attribs"></a>
Public Attributes</h2>
<ul>
<li>CreateFunctorType <a class="el" href="classXalanObjectStackCache.html#a6fc32be180ede658d2f98cd591c1c184">m_createFunctor</a>
<li>DeleteFunctorType <a class="el" href="classXalanObjectStackCache.html#a65deaa0f7c54cbc8d6673d59287e9870">m_deleteFunctor</a>
<li>ResetFunctorType <a class="el" href="classXalanObjectStackCache.html#aa1767b6e5b5088b4863b4731e081290f">m_resetFunctor</a>
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt;<br/>
class XalanObjectStackCache&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;</h3>
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00048">48</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="aeda3b02b11019f62c4b94c7e8efc91be"></a><!-- doxytag: member="XalanObjectStackCache::CacheObjectType" ref="aeda3b02b11019f62c4b94c7e8efc91be" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef ObjectType <a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::<a class="el" href="classXalanObjectStackCache.html#aeda3b02b11019f62c4b94c7e8efc91be">CacheObjectType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00054">54</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="aea89e987ecf2698fbc644f1b325f2386"></a><!-- doxytag: member="XalanObjectStackCache::VectorType" ref="aea89e987ecf2698fbc644f1b325f2386" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classXalanVector.html">XalanVector</a>&lt;ObjectType*&gt; <a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::<a class="el" href="classXalanVector.html">VectorType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00052">52</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a682dc730f6a94fd771443b0b221ad7ab"></a><!-- doxytag: member="XalanObjectStackCache::XalanObjectStackCache" ref="a682dc730f6a94fd771443b0b221ad7ab" args="(MemoryManager &amp;theManager, XalanSize_t initialListSize=0)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::<a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a> </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theManager</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">XalanSize_t&nbsp;</td>
<td class="paramname"> <em>initialListSize</em> = <code>0</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline, explicit]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00057">57</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ae4eaca5c572fb1509b5784957acd0f66"></a><!-- doxytag: member="XalanObjectStackCache::~XalanObjectStackCache" ref="ae4eaca5c572fb1509b5784957acd0f66" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::~<a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a> </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00068">68</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ac5d21ab88d73a2fdc477499b286f527d"></a><!-- doxytag: member="XalanObjectStackCache::get" ref="ac5d21ab88d73a2fdc477499b286f527d" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">ObjectType* <a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::get </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00080">80</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1a16905d7151faf3c00664151f75c640"></a><!-- doxytag: member="XalanObjectStackCache::release" ref="a1a16905d7151faf3c00664151f75c640" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">ObjectType* <a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::release </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00105">105</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a7be6f0b0be32e59b561f3d90771084b9"></a><!-- doxytag: member="XalanObjectStackCache::reset" ref="a7be6f0b0be32e59b561f3d90771084b9" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::reset </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00113">113</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="afdcfbe80753eeb7488c2aea9cf32e5c9"></a><!-- doxytag: member="XalanObjectStackCache::top" ref="afdcfbe80753eeb7488c2aea9cf32e5c9" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">ObjectType* <a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::top </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00097">97</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a6fc32be180ede658d2f98cd591c1c184"></a><!-- doxytag: member="XalanObjectStackCache::m_createFunctor" ref="a6fc32be180ede658d2f98cd591c1c184" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">CreateFunctorType <a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::<a class="el" href="classXalanObjectStackCache.html#a6fc32be180ede658d2f98cd591c1c184">m_createFunctor</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00124">124</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a65deaa0f7c54cbc8d6673d59287e9870"></a><!-- doxytag: member="XalanObjectStackCache::m_deleteFunctor" ref="a65deaa0f7c54cbc8d6673d59287e9870" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">DeleteFunctorType <a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::<a class="el" href="classXalanObjectStackCache.html#a65deaa0f7c54cbc8d6673d59287e9870">m_deleteFunctor</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00126">126</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="aa1767b6e5b5088b4863b4731e081290f"></a><!-- doxytag: member="XalanObjectStackCache::m_resetFunctor" ref="aa1767b6e5b5088b4863b4731e081290f" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class ObjectType, class CreateFunctorType = DefaultCacheCreateFunctor&lt;ObjectType&gt;, class DeleteFunctorType = DeleteFunctor&lt;ObjectType&gt;, class ResetFunctorType = DefaultCacheResetFunctor&lt;ObjectType&gt;&gt; </div>
<table class="memname">
<tr>
<td class="memname">ResetFunctorType <a class="el" href="classXalanObjectStackCache.html">XalanObjectStackCache</a>&lt; ObjectType, CreateFunctorType, DeleteFunctorType, ResetFunctorType &gt;::<a class="el" href="classXalanObjectStackCache.html#aa1767b6e5b5088b4863b4731e081290f">m_resetFunctor</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanObjectStackCache_8hpp_source.html#l00128">128</a> of file <a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanObjectStackCache_8hpp_source.html">XalanObjectStackCache.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">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="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>