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 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::fnd</title> 49 </head> 50 <body> 51<h1><CODE><a href="../../nn/Overview.html">nn</a>::fnd</CODE> Namespace</h1> 52<h2>Description</h2> 53 <div class="section"> 54<p>Namespace for the Foundation API.</p><!-- write here --></div> 55 <a name="class" id="class"> 56<h2>Classes</h2> 57 <div class="section"> 58 <table class="members"> 59 <tr> 60 <th> 61<a href="../../nn/fnd/IAllocator/Overview.html"><CODE>nn::fnd::IAllocator</CODE></a> 62 </th> 63<td>General-purpose allocator interface used by the library.</td> 64 </tr> 65 <tr> 66 <th> 67<a href="../../nn/fnd/DateTime/Overview.html"><CODE>nn::fnd::DateTime</CODE></a> 68 </th> 69<td>Indicates a date and time.</td> 70 </tr> 71 <tr> 72 <th> 73<a href="../../nn/fnd/ExpHeapBase/Overview.html"><CODE>nn::fnd::ExpHeapBase</CODE></a> 74 </th> 75<td>Base class for working with the expanded heap.</td> 76 </tr> 77 <tr> 78 <th> 79<a href="../../nn/fnd/ExpHeapTemplate/Overview.html"><CODE>nn::fnd::ExpHeapTemplate</CODE></a> 80 </th> 81<td>Class template for the expanded heap.</td> 82 </tr> 83 <tr> 84 <th> 85<a href="../../nn/fnd/FrameHeapBase/Overview.html"><CODE>nn::fnd::FrameHeapBase</CODE></a> 86 </th> 87<td>Base class for working with the frame heap.</td> 88 </tr> 89 <tr> 90 <th> 91<a href="../../nn/fnd/FrameHeapTemplate/Overview.html"><CODE>nn::fnd::FrameHeapTemplate</CODE></a> 92 </th> 93<td>Class template for the frame heap.</td> 94 </tr> 95 <tr> 96 <th> 97<a href="../../nn/fnd/HeapBase/Overview.html"><CODE>nn::fnd::HeapBase</CODE></a> 98 </th> 99<td>Base class for heaps.</td> 100 </tr> 101 <tr> 102 <th> 103<a href="../../nn/fnd/MemoryRange/Overview.html"><CODE>nn::fnd::MemoryRange</CODE></a> 104 </th> 105<td>Class that indicates a range of memory.</td> 106 </tr> 107 <tr> 108 <th> 109<a href="../../nn/fnd/IntrusiveQueue/Overview.html"><CODE>nn::fnd::IntrusiveQueue</CODE></a> 110 </th> 111<td>Class template for the queue.</td> 112 </tr> 113 <tr> 114 <th> 115<a href="../../nn/fnd/TimeSpan/Overview.html"><CODE>nn::fnd::TimeSpan</CODE></a> 116 </th> 117<td>Class for representing time.</td> 118 </tr> 119 <tr> 120 <th> 121<a href="../../nn/fnd/UnitHeapBase/Overview.html"><CODE>nn::fnd::UnitHeapBase</CODE></a> 122 </th> 123<td>Base class for working with the unit heap.</td> 124 </tr> 125 <tr> 126 <th> 127<a href="../../nn/fnd/UnitHeapTemplate/Overview.html"><CODE>nn::fnd::UnitHeapTemplate</CODE></a> 128 </th> 129<td>Class template for the unit heap.</td> 130 </tr> </table> 131 </div> 132 </a> <a name="struct" id="struct"> 133<h2>Structures</h2> 134 <div class="section"> 135 <table class="members"> 136 <tr> 137 <th> 138<a href="../../nn/fnd/DateTimeParameters/Overview.html"><CODE>nn::fnd::DateTimeParameters</CODE></a> 139 </th> 140<td>Structure representing the date and time.</td> 141 </tr> </table> 142 </div> 143 </a> <a name="enum" id="enum"> 144<h2>Enumerated Types</h2> 145 <div class="section"> 146 <table class="members"> 147 <tr> 148 <td width="100"> </td> 149 <th> 150<a href="../../nn/fnd/Week.html"><CODE>Week</CODE></a> 151 </th> 152<td>Constants that represent the days of the week.</td> 153 </tr> 154 <tr> 155 <td width="100"> </td> 156 <th> 157<a href="../../nn/fnd/HeapFillType.html"><CODE>HeapFillType</CODE></a> 158 </th> 159<td>Constant representing the types of ways to fill the heap.</td> 160 </tr> 161 <tr> 162 <td width="100"> </td> 163 <th> 164<a href="../../nn/fnd/HeapAdjustMode.html"><CODE>HeapAdjustMode</CODE></a> 165 </th> 166<td>Constant representing the ways to shrink heap memory regions.</td> 167 </tr> </table> 168 </div> 169 </a> <a name="typedef" id="typedef"> 170<h2><CODE>typedef</CODE> Definitions</h2> 171 <div class="section"> 172 <table class="members"> 173 <tr> 174 <td width="100" /> 175 <th> 176<a href="../../nn/fnd/ExpHeap.html"><CODE>ExpHeap</CODE></a> 177 </th> 178<td>Type that indicates a thread-unsafe expanded heap that does not use locks.</td> 179 </tr> 180 <tr> 181 <td width="100" /> 182 <th> 183<a href="../../nn/fnd/ThreadSafeExpHeap.html"><CODE>ThreadSafeExpHeap</CODE></a> 184 </th> 185<td>Type that indicates a thread-safe expanded heap that ensures mutual exclusion using critical sections for each heap.</td> 186 </tr> 187 <tr> 188 <td width="100" /> 189 <th> 190<a href="../../nn/fnd/FrameHeap.html"><CODE>FrameHeap</CODE></a> 191 </th> 192<td>Type that indicates a thread-unsafe frame heap that does not use locks.</td> 193 </tr> 194 <tr> 195 <td width="100" /> 196 <th> 197<a href="../../nn/fnd/ThreadSafeFrameHeap.html"><CODE>ThreadSafeFrameHeap</CODE></a> 198 </th> 199<td>Type that indicates a thread-safe frame heap that ensures mutual exclusion using critical sections for each heap.</td> 200 </tr> 201 <tr> 202 <td width="100" /> 203 <th> 204<a href="../../nn/fnd/UnitHeap.html"><CODE>UnitHeap</CODE></a> 205 </th> 206<td>Type that indicates a thread-unsafe unit heap that does not use locks.</td> 207 </tr> 208 <tr> 209 <td width="100" /> 210 <th> 211<a href="../../nn/fnd/ThreadSafeUnitHeap.html"><CODE>ThreadSafeUnitHeap</CODE></a> 212 </th> 213<td>Type that indicates a thread-safe unit heap that ensures mutual exclusion using critical sections for each heap.</td> 214 </tr> </table> 215 </div> 216 </a> 217<h2>Revision History</h2> 218 <div class="section"> 219 <dl class="history"> 220 <dt>2010/01/07</dt> 221<dd>Initial version.<br /> 222 </dd> 223 </dl> 224 </div> 225 <hr><p>CONFIDENTIAL</p></body> 226</html> 227