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::util</title>
51  </head>
52  <body>
53<h1><CODE><a href="../../nn/Overview.html">nn</a>::util</CODE> Namespace</h1>
54<h2>Description</h2>
55    <div class="section">
56<p>The namespace of the utility library.</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">Utility Class Templates</th>
63          </tr>
64          <tr>
65            <th>
66<a href="../../nn/util/NonCopyable/Overview.html"><CODE>nn::util::NonCopyable</CODE></a>
67            </th>
68<td>Class template for creating objects that cannot be copied.</td>
69          </tr>
70          <tr>
71            <th>
72<a href="../../nn/util/Singleton/Overview.html"><CODE>nn::util::Singleton</CODE></a>
73            </th>
74<td>Class template for creating classes that use the <CODE><a href="../../nn/util/Singleton/Overview.html">Singleton</a></CODE> pattern.</td>
75          </tr>
76          <tr>
77            <th>
78<a href="../../nn/util/SizedEnum/Overview.html"><CODE>nn::util::SizedEnum</CODE></a>
79            </th>
80<td>Class template for handling fixed-size enumerated types.</td>
81          </tr>
82          <tr>
83            <th>
84<a href="../../nn/util/SizedEnum1/Overview.html"><CODE>nn::util::SizedEnum1</CODE></a>
85            </th>
86<td>Partially specialized class template for <CODE><a href="../../nn/util/SizedEnum/Overview.html">SizedEnum</a></CODE> of 1 byte.</td>
87          </tr>
88          <tr>
89            <th>
90<a href="../../nn/util/SizedEnum2/Overview.html"><CODE>nn::util::SizedEnum2</CODE></a>
91            </th>
92<td>Partially specialized class template for <CODE><a href="../../nn/util/SizedEnum/Overview.html">SizedEnum</a></CODE> of 2 bytes.</td>
93          </tr>
94          <tr>
95            <th>
96<a href="../../nn/util/SizedEnum4/Overview.html"><CODE>nn::util::SizedEnum4</CODE></a>
97            </th>
98<td>Partially specialized class template for <CODE><a href="../../nn/util/SizedEnum/Overview.html">SizedEnum</a></CODE> of 4 bytes.</td>
99          </tr>
100          <tr>
101<th class="category" colspan="2"><CODE>Result</CODE></th>
102          </tr>
103          <tr>
104            <th>
105<a href="../../nn/util/ResultBufferFull/Overview.html"><CODE>nn::util::ResultBufferFull</CODE></a>
106            </th>
107<td>Output buffer not big enough.</td>
108          </tr>
109          <tr>
110            <th>
111<a href="../../nn/util/ResultBadData/Overview.html"><CODE>nn::util::ResultBadData</CODE></a>
112            </th>
113<td>Entered data is invalid.</td>
114          </tr>
115          <tr>
116            <th>
117<a href="../../nn/util/ResultInvalidPtr/Overview.html"><CODE>nn::util::ResultInvalidPtr</CODE></a>
118            </th>
119<td>Pointer given as argument is invalid.</td>
120          </tr>
121          <tr>
122<th class="category" colspan="2">Other</th>
123          </tr>
124          <tr>
125            <th>
126<a href="../../nn/util/Base64/Overview.html"><CODE>nn::util::Base64</CODE></a>
127            </th>
128<td>The class for base-64 encoding and decoding.</td>
129          </tr>
130          <tr>
131            <th>
132<a href="../../nn/util/Crc8/Overview.html">nn::util::Crc8</a>
133            </th>
134<td>This is the class for calculating CRC-8.</td>
135          </tr>
136          <tr>
137            <th>
138<a href="../../nn/util/Crc16/Overview.html">nn::util::Crc16</a>
139            </th>
140<td>This is the class for calculating CRC-16.</td>
141          </tr>
142          <tr>
143            <th>
144<a href="../../nn/util/Crc16Ccitt/Overview.html">nn::util::Crc16Ccitt</a>
145            </th>
146<td>This is the class for calculating CRC-16/CCITT.</td>
147          </tr>
148          <tr>
149            <th>
150<a href="../../nn/util/Crc32/Overview.html">nn::util::Crc32</a>
151            </th>
152<td>This is the class for calculating CRC-32.</td>
153          </tr>
154          <tr>
155            <th>
156<a href="../../nn/util/Crc32Posix/Overview.html">nn::util::Crc32Posix</a>
157            </th>
158<td>This is the class for calculating CRC-32/POSIX.</td>
159          </tr>
160          <tr>
161            <th>
162<a href="../../nn/util/Float32/Overview.html"><CODE>nn::util::Float32</CODE></a>
163            </th>
164<td>A utility class for 32-bit floating-point numbers.</td>
165          </tr>
166          <tr>
167            <th>
168<a href="../../nn/util/Float24/Overview.html"><CODE>nn::util::Float24</CODE></a>
169            </th>
170<td>A utility class for 24-bit floating-point numbers.</td>
171          </tr>
172          <tr>
173            <th>
174<a href="../../nn/util/Float31/Overview.html"><CODE>nn::util::Float31</CODE></a>
175            </th>
176<td>A utility class for 31-bit floating-point numbers.</td>
177          </tr>
178          <tr>
179            <th>
180<a href="../../nn/util/Float20/Overview.html"><CODE>nn::util::Float20</CODE></a>
181            </th>
182<td>A utility class for 20-bit floating-point numbers.</td>
183          </tr>
184          <tr>
185            <th>
186<a href="../../nn/util/Float16/Overview.html"><CODE>nn::util::Float16</CODE></a>
187            </th>
188<td>A utility class for 16-bit floating-point numbers.</td>
189          </tr>
190          <tr>
191            <th>
192<a href="../../nn/util/Fixed13/Overview.html"><CODE>nn::util::Fixed13</CODE></a>
193            </th>
194<td>A utility class for 13-bit fixed-point numbers.</td>
195          </tr>
196          <tr>
197            <th>
198<a href="../../nn/util/Fixed11/Overview.html"><CODE>nn::util::Fixed11</CODE></a>
199            </th>
200<td>A utility class for 11-bit fixed-point numbers.</td>
201          </tr> </table>
202      </div>
203    </a> <a name="struct" id="struct">
204<h2>Structures</h2>
205      <div class="section">
206        <table class="members">
207          <tr>
208            <th>
209<a href="../../nn/util/Color8/Overview.html"><CODE>nn::util::Color8</CODE></a>
210            </th>
211<td>Structure representing integer colors.</td>
212          </tr>
213          <tr>
214            <th>
215<a href="../../nn/util/FloatColor/Overview.html"><CODE>nn::util::FloatColor</CODE></a>
216            </th>
217<td>Structure representing floating-point colors.</td>
218          </tr>
219          <tr>
220            <th>
221<a href="../../nn/util/Rect/Overview.html"><CODE>nn::util::Rect</CODE></a>
222            </th>
223<td>Class for representing a rectangle.</td>
224          </tr> </table>
225      </div>
226    </a>
227<h2>Revision History</h2>
228    <div class="section">
229      <dl class="history">
230        <dt>2010/09/17</dt>
231<dd>Initial version.<br />
232        </dd>
233      </dl>
234    </div>
235  <hr><p>CONFIDENTIAL</p></body>
236</html>
237