1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50<title>nn::fnd</title>
51  </head>
52  <body>
53<h1><CODE><a href="../../nn/Overview.html">nn</a>::fnd</CODE> Namespace</h1>
54<h2>Description</h2>
55    <div class="section">
56<p>Namespace for the Foundation API.</p><!-- write here --></div>
57    <a name="class" id="class">
58<h2>Classes</h2>
59      <div class="section">
60        <table class="members">
61          <tr>
62<th class="category" colspan="2">Memory Management</th>
63          </tr>
64          <tr>
65            <th>
66<a href="../../nn/fnd/IAllocator/Overview.html"><CODE>nn::fnd::IAllocator</CODE></a>
67            </th>
68<td>General-purpose allocator interface used by the library.</td>
69          </tr>
70          <tr>
71            <th>
72<a href="../../nn/fnd/MemoryRange/Overview.html"><CODE>nn::fnd::MemoryRange</CODE></a>
73            </th>
74<td>Class that indicates a range of memory.</td>
75          </tr>
76          <tr>
77<th class="category" colspan="2">Time</th>
78          </tr>
79          <tr>
80            <th>
81<a href="../../nn/fnd/DateTime/Overview.html"><CODE>nn::fnd::DateTime</CODE></a>
82            </th>
83<td>Indicates a date and time.</td>
84          </tr>
85          <tr>
86            <th>
87<a href="../../nn/fnd/TimeSpan/Overview.html"><CODE>nn::fnd::TimeSpan</CODE></a>
88            </th>
89<td>Represents the length of time.</td>
90          </tr>
91          <tr>
92<th class="category" colspan="2">Heap Template Base</th>
93          </tr>
94          <tr>
95            <th>
96<a href="../../nn/fnd/ExpHeapBase/Overview.html"><CODE>nn::fnd::ExpHeapBase</CODE></a>
97            </th>
98<td>Base class for working with the expanded heap.</td>
99          </tr>
100          <tr>
101            <th>
102<a href="../../nn/fnd/FrameHeapBase/Overview.html"><CODE>nn::fnd::FrameHeapBase</CODE></a>
103            </th>
104<td>Base class for working with the frame heap.</td>
105          </tr>
106          <tr>
107            <th>
108<a href="../../nn/fnd/HeapBase/Overview.html"><CODE>nn::fnd::HeapBase</CODE></a>
109            </th>
110<td>Base class for heaps.</td>
111          </tr>
112          <tr>
113            <th>
114<a href="../../nn/fnd/UnitHeapBase/Overview.html"><CODE>nn::fnd::UnitHeapBase</CODE></a>
115            </th>
116<td>Base class for working with the unit heap.</td>
117          </tr>
118          <tr>
119<th class="category" colspan="2">Heap Template</th>
120          </tr>
121          <tr>
122            <th>
123<a href="../../nn/fnd/ExpHeapTemplate/Overview.html"><CODE>nn::fnd::ExpHeapTemplate</CODE></a>
124            </th>
125<td>Class template for the expanded heap.</td>
126          </tr>
127          <tr>
128            <th>
129<a href="../../nn/fnd/FrameHeapTemplate/Overview.html"><CODE>nn::fnd::FrameHeapTemplate</CODE></a>
130            </th>
131<td>Class template for the frame heap.</td>
132          </tr>
133          <tr>
134            <th>
135<a href="../../nn/fnd/UnitHeapTemplate/Overview.html"><CODE>nn::fnd::UnitHeapTemplate</CODE></a>
136            </th>
137<td>Class template for the unit heap.</td>
138          </tr>
139          <tr>
140<th class="category" colspan="2">Other</th>
141          </tr>
142          <tr>
143            <th>
144<a href="../../nn/fnd/IntrusiveQueue/Overview.html"><CODE>nn::fnd::IntrusiveQueue</CODE></a>
145            </th>
146<td>Class template for the queue.</td>
147          </tr> </table>
148      </div>
149    </a> <a name="struct" id="struct">
150<h2>Structures</h2>
151      <div class="section">
152        <table class="members">
153          <tr>
154            <th>
155<a href="../../nn/fnd/DateTimeParameters/Overview.html"><CODE>nn::fnd::DateTimeParameters</CODE></a>
156            </th>
157<td>Structure representing the date and time.</td>
158          </tr> </table>
159      </div>
160    </a> <a name="enum" id="enum">
161<h2>Enumerated Types</h2>
162      <div class="section">
163        <table class="members">
164          <tr>
165            <td width="100"> </td>
166            <th>
167<a href="../../nn/fnd/Week.html"><CODE>Week</CODE></a>
168            </th>
169<td>Constants that represent the days of the week.</td>
170          </tr>
171          <tr>
172            <td width="100"> </td>
173            <th>
174<a href="../../nn/fnd/HeapFillType.html"><CODE>HeapFillType</CODE></a>
175            </th>
176<td>Constant representing the types of ways to fill the heap.</td>
177          </tr>
178          <tr>
179            <td width="100"> </td>
180            <th>
181<a href="../../nn/fnd/HeapAdjustMode.html"><CODE>HeapAdjustMode</CODE></a>
182            </th>
183<td>Constant representing the ways to shrink heap memory regions.</td>
184          </tr> </table>
185      </div>
186    </a> <a name="typedef" id="typedef">
187<h2><CODE>typedef</CODE> Definitions</h2>
188      <div class="section">
189        <table class="members">
190          <tr>
191            <td width="100" />
192            <th>
193<a href="../../nn/fnd/ExpHeap.html"><CODE>ExpHeap</CODE></a>
194            </th>
195<td>Type that indicates a thread-unsafe expanded heap that does not use locks.</td>
196          </tr>
197          <tr>
198            <td width="100" />
199            <th>
200<a href="../../nn/fnd/ThreadSafeExpHeap.html"><CODE>ThreadSafeExpHeap</CODE></a>
201            </th>
202<td>Type that indicates a thread-safe expanded heap that ensures mutual exclusion using critical sections for each heap.</td>
203          </tr>
204          <tr>
205            <td width="100" />
206            <th>
207<a href="../../nn/fnd/FrameHeap.html"><CODE>FrameHeap</CODE></a>
208            </th>
209<td>Type that indicates a thread-unsafe frame heap that does not use locks.</td>
210          </tr>
211          <tr>
212            <td width="100" />
213            <th>
214<a href="../../nn/fnd/ThreadSafeFrameHeap.html"><CODE>ThreadSafeFrameHeap</CODE></a>
215            </th>
216<td>Type that indicates a thread-safe frame heap that ensures mutual exclusion using critical sections for each heap.</td>
217          </tr>
218          <tr>
219            <td width="100" />
220            <th>
221<a href="../../nn/fnd/UnitHeap.html"><CODE>UnitHeap</CODE></a>
222            </th>
223<td>Type that indicates a thread-unsafe unit heap that does not use locks.</td>
224          </tr>
225          <tr>
226            <td width="100" />
227            <th>
228<a href="../../nn/fnd/ThreadSafeUnitHeap.html"><CODE>ThreadSafeUnitHeap</CODE></a>
229            </th>
230<td>Type that indicates a thread-safe unit heap that ensures mutual exclusion using critical sections for each heap.</td>
231          </tr> </table>
232      </div>
233    </a>
234<h2>Revision History</h2>
235    <div class="section">
236      <dl class="history">
237        <dt>2012/05/25</dt>
238<dd>Categorized the classes.
239<br />        </dd>
240        <dt>2010/01/07</dt>
241<dd>Initial version.<br />
242        </dd>
243      </dl>
244    </div>
245  <hr><p>CONFIDENTIAL</p></body>
246</html>