aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen/nel/a02535.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen/nel/a02535.html')
-rw-r--r--docs/doxygen/nel/a02535.html206
1 files changed, 206 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02535.html b/docs/doxygen/nel/a02535.html
new file mode 100644
index 00000000..35b37b10
--- /dev/null
+++ b/docs/doxygen/nel/a02535.html
@@ -0,0 +1,206 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<title>NeL: NLMISC::CFixedSizeAllocator::CNode class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.3.6 -->
+<div class="qindex"> <form class="search" action="search.php" method="get">
+<a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a> | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
+<h1>NLMISC::CFixedSizeAllocator::CNode Class Reference</h1><table border=0 cellpadding=0 cellspacing=0>
+<tr><td></td></tr>
+<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodea0">link</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top>void *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodea1">unlink</a> ()</td></tr>
+
+<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02534.html">CChunk</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo0">Chunk</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02535.html">CNode</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1">Next</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02535.html">CNode</a> **&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo2">Prev</a></td></tr>
+
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="NLMISC_1_1CFixedSizeAllocator_1_1CNodea0" doxytag="NLMISC::CFixedSizeAllocator::CNode::link" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void NLMISC::CFixedSizeAllocator::CNode::link </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05710.html#l00189">189</a> of file <a class="el" href="a05710.html">fixed_size_allocator.cpp</a>.
+<p>
+References <a class="el" href="a05711.html#l00107">NLMISC::CFixedSizeAllocator::_FreeSpace</a>, <a class="el" href="a05710.html#l00154">NLMISC::CFixedSizeAllocator::CChunk::add()</a>, <a class="el" href="a05711.html#l00086">NLMISC::CFixedSizeAllocator::CChunk::Allocator</a>, <a class="el" href="a05711.html#l00068">Chunk</a>, <a class="el" href="a05622.html#l00290">nlassert</a>, and <a class="el" href="a05711.html#l00071">Prev</a>.
+<p>
+Referenced by <a class="el" href="a05710.html#l00074">NLMISC::CFixedSizeAllocator::free()</a>.
+<p>
+<div class="fragment"><pre>00190 {
+00191 <span class="comment">// destroy the obj to get back uninitialized memory </span>
+00192 <a class="code" href="a04199.html#a6">nlassert</a>(Chunk);
+00193 <a class="code" href="a04199.html#a6">nlassert</a>(<a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo0">Chunk</a>-&gt;Allocator);
+00194
+00195 CNode *&amp;head = <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo0">Chunk</a>-&gt;Allocator-&gt;_FreeSpace;
+00196 <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1">Next</a> = head;
+00197 <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo2">Prev</a> = &amp;head;
+00198 <span class="keywordflow">if</span> (<a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1">Next</a>)
+00199 {
+00200 <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1">Next</a>-&gt;Prev = &amp;<a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1">Next</a>;
+00201 }
+00202 <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo0">Chunk</a>-&gt;Allocator-&gt;_FreeSpace = <span class="keyword">this</span>;
+00203 <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo0">Chunk</a>-&gt;add();
+00204 }
+</pre></div> </td>
+ </tr>
+</table>
+<a class="anchor" name="NLMISC_1_1CFixedSizeAllocator_1_1CNodea1" doxytag="NLMISC::CFixedSizeAllocator::CNode::unlink" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> void * NLMISC::CFixedSizeAllocator::CNode::unlink </td>
+ <td class="md" valign="top">(&nbsp;</td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
+ <td class="md" nowrap></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05710.html#l00178">178</a> of file <a class="el" href="a05710.html">fixed_size_allocator.cpp</a>.
+<p>
+References <a class="el" href="a05711.html#l00068">Chunk</a>, <a class="el" href="a05710.html#l00170">NLMISC::CFixedSizeAllocator::CChunk::grab()</a>, <a class="el" href="a05622.html#l00290">nlassert</a>, <a class="el" href="a05711.html#l00085">NLMISC::CFixedSizeAllocator::CChunk::NumFreeObjs</a>, and <a class="el" href="a05711.html#l00071">Prev</a>.
+<p>
+Referenced by <a class="el" href="a05710.html#l00062">NLMISC::CFixedSizeAllocator::alloc()</a>, and <a class="el" href="a05710.html#l00101">NLMISC::CFixedSizeAllocator::CChunk::~CChunk()</a>.
+<p>
+<div class="fragment"><pre>00179 {
+00180 <a class="code" href="a04199.html#a6">nlassert</a>(Prev != NULL);
+00181 <span class="keywordflow">if</span> (<a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1">Next</a>) { <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1">Next</a>-&gt;Prev = <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo2">Prev</a>;}
+00182 *<a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo2">Prev</a> = <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1">Next</a>;
+00183 <a class="code" href="a04199.html#a6">nlassert</a>(<a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo0">Chunk</a>-&gt;NumFreeObjs &gt; 0);
+00184 <a class="code" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo0">Chunk</a>-&gt;grab(); <span class="comment">// tells the containing chunk that a node has been allocated</span>
+00185 <span class="keywordflow">return</span> (<span class="keywordtype">void</span> *) &amp;Next;
+00186 }
+</pre></div> </td>
+ </tr>
+</table>
+<hr><h2>Field Documentation</h2>
+<a class="anchor" name="NLMISC_1_1CFixedSizeAllocator_1_1CNodeo0" doxytag="NLMISC::CFixedSizeAllocator::CNode::Chunk" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02534.html">CChunk</a>* <a class="el" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo0">NLMISC::CFixedSizeAllocator::CNode::Chunk</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05711.html#l00068">68</a> of file <a class="el" href="a05711.html">fixed_size_allocator.h</a>.
+<p>
+Referenced by <a class="el" href="a05710.html#l00074">NLMISC::CFixedSizeAllocator::free()</a>, <a class="el" href="a05710.html#l00115">NLMISC::CFixedSizeAllocator::CChunk::init()</a>, <a class="el" href="a05710.html#l00189">link()</a>, <a class="el" href="a05710.html#l00178">unlink()</a>, and <a class="el" href="a05710.html#l00044">NLMISC::CFixedSizeAllocator::~CFixedSizeAllocator()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1" doxytag="NLMISC::CFixedSizeAllocator::CNode::Next" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02535.html">CNode</a>* <a class="el" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo1">NLMISC::CFixedSizeAllocator::CNode::Next</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05711.html#l00070">70</a> of file <a class="el" href="a05711.html">fixed_size_allocator.h</a>.
+<p>
+Referenced by <a class="el" href="a05710.html#l00115">NLMISC::CFixedSizeAllocator::CChunk::init()</a>. </td>
+ </tr>
+</table>
+<a class="anchor" name="NLMISC_1_1CFixedSizeAllocator_1_1CNodeo2" doxytag="NLMISC::CFixedSizeAllocator::CNode::Prev" ></a><p>
+<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"> <a class="el" href="a02535.html">CNode</a>** <a class="el" href="a02535.html#NLMISC_1_1CFixedSizeAllocator_1_1CNodeo2">NLMISC::CFixedSizeAllocator::CNode::Prev</a>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="a05711.html#l00071">71</a> of file <a class="el" href="a05711.html">fixed_size_allocator.h</a>.
+<p>
+Referenced by <a class="el" href="a05710.html#l00115">NLMISC::CFixedSizeAllocator::CChunk::init()</a>, <a class="el" href="a05710.html#l00189">link()</a>, and <a class="el" href="a05710.html#l00178">unlink()</a>. </td>
+ </tr>
+</table>
+<hr>The documentation for this class was generated from the following files:<ul>
+<li><a class="el" href="a05711.html">fixed_size_allocator.h</a><li><a class="el" href="a05710.html">fixed_size_allocator.cpp</a></ul>
+<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 13:13:24 2004 for NeL by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border=0 >
+</a>1.3.6 </small></address>
+</body>
+</html>