blob: e298ae5e8b76ee70808ea2363b7224f2c00b213c [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-static-methods">Static Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> </div>
<div class="headertitle">
<h1>XalanMemoryManager Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanMemoryManager" -->
<p><code>#include &lt;<a class="el" href="XalanMemoryManagement_8hpp_source.html">XalanMemoryManagement.hpp</a>&gt;</code></p>
<p>Inherited by <a class="el" href="classXalanDiagnosticMemoryManager.html">XalanDiagnosticMemoryManager</a>, and <a class="el" href="classXalanMemoryManagerDefault.html">XalanMemoryManagerDefault</a>.</p>
<p><a href="classXalanMemoryManager-members.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef size_t <a class="el" href="classXalanMemoryManager.html#a6ea46f13ea549635fef3bf88330fb689">size_type</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanMemoryManager.html#a647886d21de3112bb5cb0f15049a144b">XalanMemoryManager</a> ()
<li>virtual <a class="el" href="classXalanMemoryManager.html#ab37a1d4c1f8495bc1efd26ae7735cd7c">~XalanMemoryManager</a> ()
<li>virtual void * <a class="el" href="classXalanMemoryManager.html#a82d973a2de5c28307dd0bd02621aa16a">allocate</a> (<a class="el" href="classXalanMemoryManager.html#a6ea46f13ea549635fef3bf88330fb689">size_type</a> size)=0
<li>virtual void <a class="el" href="classXalanMemoryManager.html#ad0eb786b85b0b0b69444632e4eaae5f7">deallocate</a> (void *pointer)=0
<li>virtual MemoryManager * <a class="el" href="classXalanMemoryManager.html#a7151ec53786fe6de737bc58a2511a7d6">getExceptionMemoryManager</a> ()=0
</ul>
<h2><a name="pub-static-methods"></a>
Static Public Member Functions</h2>
<ul>
<li>static MemoryManager &amp; <a class="el" href="classXalanMemoryManager.html#a26de6c587a93b2654db7cb38e211d2cb">getExceptionMemoryManager</a> (MemoryManager &amp;theMemoryManager)
</ul>
<h2><a name="pro-methods"></a>
Protected Member Functions</h2>
<ul>
<li><a class="el" href="classXalanMemoryManager.html#ae634c9a2a67ce9b8bde6759c4f377cd6">XalanMemoryManager</a> (const <a class="el" href="classXalanMemoryManager.html">XalanMemoryManager</a> &amp;theSource)
<li><a class="el" href="classXalanMemoryManager.html">XalanMemoryManager</a> &amp; <a class="el" href="classXalanMemoryManager.html#a9542d4fb6a39ba9305fadb442b0ecc3f">operator=</a> (const <a class="el" href="classXalanMemoryManager.html">XalanMemoryManager</a> &amp;)
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XalanMemoryManagement_8hpp_source.html#l00046">46</a> of file <a class="el" href="XalanMemoryManagement_8hpp_source.html">XalanMemoryManagement.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a6ea46f13ea549635fef3bf88330fb689"></a><!-- doxytag: member="XalanMemoryManager::size_type" ref="a6ea46f13ea549635fef3bf88330fb689" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef size_t <a class="el" href="classXalanMemoryManager.html#a6ea46f13ea549635fef3bf88330fb689">XalanMemoryManager::size_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemoryManagement_8hpp_source.html#l00054">54</a> of file <a class="el" href="XalanMemoryManagement_8hpp_source.html">XalanMemoryManagement.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a647886d21de3112bb5cb0f15049a144b"></a><!-- doxytag: member="XalanMemoryManager::XalanMemoryManager" ref="a647886d21de3112bb5cb0f15049a144b" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanMemoryManager::XalanMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ab37a1d4c1f8495bc1efd26ae7735cd7c"></a><!-- doxytag: member="XalanMemoryManager::~XalanMemoryManager" ref="ab37a1d4c1f8495bc1efd26ae7735cd7c" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XalanMemoryManager::~XalanMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ae634c9a2a67ce9b8bde6759c4f377cd6"></a><!-- doxytag: member="XalanMemoryManager::XalanMemoryManager" ref="ae634c9a2a67ce9b8bde6759c4f377cd6" args="(const XalanMemoryManager &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanMemoryManager::XalanMemoryManager </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanMemoryManager.html">XalanMemoryManager</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theSource</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a82d973a2de5c28307dd0bd02621aa16a"></a><!-- doxytag: member="XalanMemoryManager::allocate" ref="a82d973a2de5c28307dd0bd02621aa16a" args="(size_type size)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void* XalanMemoryManager::allocate </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanMemoryManager.html#a6ea46f13ea549635fef3bf88330fb689">size_type</a>&nbsp;</td>
<td class="paramname"> <em>size</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Implemented in <a class="el" href="classXalanDiagnosticMemoryManager.html#a5b7a8c187c12026323f28c883d2b3ed6">XalanDiagnosticMemoryManager</a>, and <a class="el" href="classXalanMemoryManagerDefault.html#acc2da0468b7b987969592cb1ece3a10d">XalanMemoryManagerDefault</a>.</p>
</div>
</div>
<a class="anchor" id="ad0eb786b85b0b0b69444632e4eaae5f7"></a><!-- doxytag: member="XalanMemoryManager::deallocate" ref="ad0eb786b85b0b0b69444632e4eaae5f7" args="(void *pointer)=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void XalanMemoryManager::deallocate </td>
<td>(</td>
<td class="paramtype">void *&nbsp;</td>
<td class="paramname"> <em>pointer</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Implemented in <a class="el" href="classXalanDiagnosticMemoryManager.html#a9367197fbc10f292e296110a5d7c277a">XalanDiagnosticMemoryManager</a>, and <a class="el" href="classXalanMemoryManagerDefault.html#a47f8aab450e38a4e1d6009e0d244ef31">XalanMemoryManagerDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a26de6c587a93b2654db7cb38e211d2cb"></a><!-- doxytag: member="XalanMemoryManager::getExceptionMemoryManager" ref="a26de6c587a93b2654db7cb38e211d2cb" args="(MemoryManager &amp;theMemoryManager)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static MemoryManager&amp; XalanMemoryManager::getExceptionMemoryManager </td>
<td>(</td>
<td class="paramtype">MemoryManager &amp;&nbsp;</td>
<td class="paramname"> <em>theMemoryManager</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline, static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemoryManagement_8hpp_source.html#l00076">76</a> of file <a class="el" href="XalanMemoryManagement_8hpp_source.html">XalanMemoryManagement.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a7151ec53786fe6de737bc58a2511a7d6"></a><!-- doxytag: member="XalanMemoryManager::getExceptionMemoryManager" ref="a7151ec53786fe6de737bc58a2511a7d6" args="()=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual MemoryManager* XalanMemoryManager::getExceptionMemoryManager </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Implemented in <a class="el" href="classXalanDiagnosticMemoryManager.html#abee45fcf71464fbb12cf01959d97f061">XalanDiagnosticMemoryManager</a>, and <a class="el" href="classXalanMemoryManagerDefault.html#ac28c3c2830ce3f1366dbf0228b061b37">XalanMemoryManagerDefault</a>.</p>
</div>
</div>
<a class="anchor" id="a9542d4fb6a39ba9305fadb442b0ecc3f"></a><!-- doxytag: member="XalanMemoryManager::operator=" ref="a9542d4fb6a39ba9305fadb442b0ecc3f" args="(const XalanMemoryManager &amp;)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanMemoryManager.html">XalanMemoryManager</a>&amp; XalanMemoryManager::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanMemoryManager.html">XalanMemoryManager</a> &amp;&nbsp;</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [inline, protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="XalanMemoryManagement_8hpp_source.html#l00092">92</a> of file <a class="el" href="XalanMemoryManagement_8hpp_source.html">XalanMemoryManagement.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanMemoryManagement_8hpp_source.html">XalanMemoryManagement.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>