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>nw::ut::FixedSizeArray</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/ut/Overview.html">ut</a>::FixedSizeArray</CODE> Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">template &lt;typename TElement, size_t TSize&gt;
55class FixedSizeArray : public <a href="../../../nw/ut/MoveArray/Overview.html">nw::ut::MoveArray&lt; TElement &gt;</a></pre>
56    </div>
57    <h2>Template Arguments</h2>
58    <div class="section">
59      <table class="arguments">
60        <thead>
61          <tr>
62            <th>Name</th>
63            <td>Description</td>
64          </tr>
65        </thead>
66        <tr>
67          <th><CODE>TElement</CODE></th>
68          <td>The array element type.</td>
69        </tr>
70        <tr>
71          <th>TSize</th>
72          <td>Number of elements in the array.</td>
73        </tr> </table>
74    </div>
75    <h2>Description</h2>
76    <div class="section">
77      <p>Fixed size array class. Heap memory is not allocated internally.</p>
78    </div>
79    <a name="typedef" id="typedef">
80      <h2><CODE>typedef</CODE> Definitions</h2>
81      <div class="section">
82        <table class="members">
83          <tr>
84            <td width="100" />
85            <th>
86              <a href="../../../nw/ut/MoveArray/reference.html"><CODE>reference</CODE></a>
87            </th>
88            <td>Element reference.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
89          </tr>
90          <tr>
91            <td width="100" />
92            <th>
93              <a href="../../../nw/ut/MoveArray/difference_type.html"><CODE>difference_type</CODE></a>
94            </th>
95            <td>Element difference.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
96          </tr>
97          <tr>
98            <td width="100" />
99            <th>
100              <a href="../../../nw/ut/MoveArray/value_type.html"><CODE>value_type</CODE></a>
101            </th>
102            <td>The type of this class's elements.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
103          </tr>
104          <tr>
105            <td width="100" />
106            <th>
107              <a href="../../../nw/ut/MoveArray/iterator.html"><CODE>iterator</CODE></a>
108            </th>
109            <td>Element iterator type.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
110          </tr>
111          <tr>
112            <td width="100" />
113            <th>
114              <a href="../../../nw/ut/MoveArray/const_iterator.html"><CODE>const_iterator</CODE></a>
115            </th>
116            <td>Element const iterator type.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
117          </tr>
118          <tr>
119            <td width="100" />
120            <th>
121              <a href="../../../nw/ut/MoveArray/reverse_iterator.html"><CODE>reverse_iterator</CODE></a>
122            </th>
123            <td>Element reverse iterator type.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
124          </tr>
125          <tr>
126            <td width="100" />
127            <th>
128              <a href="../../../nw/ut/MoveArray/const_reverse_iterator.html"><CODE>const_reverse_iterator</CODE></a>
129            </th>
130            <td>Element const reverse iterator type.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
131          </tr> </table>
132      </div>
133    </a> <a name="constant" id="constant">
134      <h2>Member Constants</h2>
135      <div class="section">
136        <table class="members">
137          <tr>
138            <td width="100">
139              <span class="static_style" title="static">S</span>
140            </td>
141            <th>
142              <span class="argument"><a href="../../../nw/ut/MoveArray/MEMORY_ALIGNMENT.html">MEMORY_ALIGNMENT</a></span>
143            </th>
144            <td width="100"><CODE>const size_t</CODE></td>
145            <td>
146        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
147          </tr> </table>
148      </div>
149    </a> <a name="variable" id="variable">
150      <h2>Member Variables</h2>
151      <div class="section">
152        <table class="members">
153          <tr>
154            <td width="100">
155              <span class="protected_style" title="protected">protected</span> </td>
156            <th>
157              <span class="argument">m_Allocator</span>
158            </th>
159            <td width="100"><a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> *</td>
160            <td>
161        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
162          </tr>
163          <tr>
164            <td width="100">
165              <span class="protected_style" title="protected">protected</span> </td>
166            <th>
167              <span class="argument">m_Elements</span>
168            </th>
169            <td width="100">TElement *</td>
170            <td>
171        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
172          </tr>
173          <tr>
174            <td width="100">
175              <span class="protected_style" title="protected">protected</span> </td>
176            <th>
177              <span class="argument">m_End</span>
178            </th>
179            <td width="100">TElement *</td>
180            <td>
181        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
182          </tr> </table>
183      </div>
184    </a> <a name="function" id="function">
185      <h2>Member Functions</h2>
186      <div class="section">
187        <table class="members">
188          <tr>
189            <th class="category" colspan="3">Arrays and Memory Operations</th>
190          </tr>
191          <tr>
192            <td width="100">  </td>
193            <th>
194              <a href="../../../nw/ut/MoveArray/reserve.html">reserve</a>
195            </th>
196            <td>
197        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
198          </tr>
199          <tr>
200            <td width="100">  </td>
201            <th>
202              <a href="../../../nw/ut/MoveArray/push_back.html">push_back</a>
203            </th>
204            <td>
205        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
206          </tr>
207          <tr>
208            <td width="100">  </td>
209            <th>
210              <a href="../../../nw/ut/MoveArray/pop_back.html">pop_back</a>
211            </th>
212            <td>
213        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
214          </tr>
215          <tr>
216            <td width="100">  </td>
217            <th>
218              <a href="../../../nw/ut/MoveArray/assign.html">assign</a>
219            </th>
220            <td>
221        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
222          </tr>
223          <tr>
224            <td width="100">  </td>
225            <th>
226              <a href="../../../nw/ut/MoveArray/resize.html">resize</a>
227            </th>
228            <td>
229        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
230          </tr>
231          <tr>
232            <td width="100">  </td>
233            <th>
234              <a href="../../../nw/ut/MoveArray/erase.html">erase</a>
235            </th>
236            <td>
237        (Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
238          </tr>
239          <tr>
240            <td width="100">  </td>
241            <th>
242              <a href="../../../nw/ut/MoveArray/clear.html">clear</a>
243            </th>
244            <td>Calls a destructor for all elements and sets the number of elements to 0. Allocated memory is not freed.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
245          </tr>
246          <tr>
247            <td width="100">  </td>
248            <th>
249              <a href="../../../nw/ut/MoveArray/erase_find.html">erase_find</a>
250            </th>
251            <td>Searches for elements having the same value as the argument and deletes them.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
252          </tr>
253          <tr>
254            <td width="100">  </td>
255            <th>
256              <a href="../../../nw/ut/MoveArray/erase_if.html">erase_if</a>
257            </th>
258            <td>Searches for elements meeting specified conditions and deletes them.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
259          </tr>
260          <tr>
261            <td width="100">  </td>
262            <th>
263              <a href="../../../nw/ut/MoveArray/ShrinkToFit.html">ShrinkToFit</a>
264            </th>
265            <td>Trims reserved memory to match the current number of elements.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
266          </tr>
267          <tr>
268            <td width="100">  </td>
269            <th>
270              <a href="../../../nw/ut/MoveArray/GetArrayKind.html">GetArrayKind</a>
271            </th>
272            <td>Gets the type of array for which memory was allocated.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
273          </tr>
274          <tr>
275            <td width="100">  </td>
276            <th>
277              <a href="../../../nw/ut/MoveArray/GetAllocator.html"><CODE>GetAllocator</CODE></a>
278            </th>
279            <td>Gets an allocator.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
280          </tr>
281          <tr>
282            <th class="category" colspan="3">Aliasing conforms to NintendoWare coding rules.</th>
283          </tr>
284          <tr>
285            <td width="100">  </td>
286            <th>
287              <a href="../../../nw/ut/MoveArray/Size.html">Size</a>
288            </th>
289            <td>Gets the array size.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
290          </tr>
291          <tr>
292            <td width="100">  </td>
293            <th>
294              <a href="../../../nw/ut/MoveArray/Begin.html"><CODE>Begin</CODE></a>
295            </th>
296            <td>Gets an iterator to the start element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
297          </tr>
298          <tr>
299            <td width="100">  </td>
300            <th>
301              <a href="../../../nw/ut/MoveArray/End.html">END</a>
302            </th>
303            <td>Gets an iterator to the last element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
304          </tr>
305          <tr>
306            <td width="100">  </td>
307            <th>
308              <a href="../../../nw/ut/MoveArray/RBegin.html">RBegin</a>
309            </th>
310            <td>Gets a reverse iterator to the start element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
311          </tr>
312          <tr>
313            <td width="100">  </td>
314            <th>
315              <a href="../../../nw/ut/MoveArray/REnd.html">REnd</a>
316            </th>
317            <td>Gets a reverse iterator to the last element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
318          </tr>
319          <tr>
320            <td width="100">  </td>
321            <th>
322              <a href="../../../nw/ut/MoveArray/Front.html">Front</a>
323            </th>
324            <td>Gets the array size.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
325          </tr>
326          <tr>
327            <td width="100">  </td>
328            <th>
329              <a href="../../../nw/ut/MoveArray/Back.html">Back</a>
330            </th>
331            <td>Gets a reference to the last element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
332          </tr>
333          <tr>
334            <td width="100">  </td>
335            <th>
336              <a href="../../../nw/ut/MoveArray/Empty.html"><CODE>Empty</CODE></a>
337            </th>
338            <td>Gets a flag indicating if there are any elements. Note this does not mean whether or not there is allocated memory.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
339          </tr>
340          <tr>
341            <td width="100">  </td>
342            <th>
343              <a href="../../../nw/ut/MoveArray/Capacity.html">Capacity</a>
344            </th>
345            <td>Gets the number of elements of memory that have been allocated.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
346          </tr>
347          <tr>
348            <td width="100">  </td>
349            <th>
350              <a href="../../../nw/ut/MoveArray/Reserve.html">Reserve</a>
351            </th>
352            <td>Reserves memory for the specified number of elements.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
353          </tr>
354          <tr>
355            <td width="100">  </td>
356            <th>
357              <a href="../../../nw/ut/MoveArray/PushBack.html">PushBack</a>
358            </th>
359            <td>Adds an element to the end.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
360          </tr>
361          <tr>
362            <td width="100">  </td>
363            <th>
364              <a href="../../../nw/ut/MoveArray/PopBack.html">PopBack</a>
365            </th>
366            <td>Destroys the last element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
367          </tr>
368          <tr>
369            <td width="100">  </td>
370            <th>
371              <a href="../../../nw/ut/MoveArray/Assign.html">Assign</a>
372            </th>
373            <td>Pads the specified number of elements with the argument <CODE>element</CODE>.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
374          </tr>
375          <tr>
376            <td width="100">  </td>
377            <th>
378              <a href="../../../nw/ut/MoveArray/Swap.html"><CODE>Swap</CODE></a>
379            </th>
380            <td>Swaps array contents.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
381          </tr>
382          <tr>
383            <td width="100">  </td>
384            <th>
385              <a href="../../../nw/ut/MoveArray/Resize.html">Resize</a>
386            </th>
387            <td>Changes the size.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
388          </tr>
389          <tr>
390            <td width="100">  </td>
391            <th>
392              <a href="../../../nw/ut/MoveArray/Erase.html">Erase</a>
393            </th>
394            <td>Erases elements after the specified iterator.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
395          </tr>
396          <tr>
397            <td width="100">  </td>
398            <th>
399              <a href="../../../nw/ut/MoveArray/Clear.html"><CODE>Clear</CODE></a>
400            </th>
401            <td>Calls a destructor for all elements and sets the number of elements to 0. Allocated memory is not freed.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
402          </tr>
403          <tr>
404            <td width="100">  </td>
405            <th>
406              <a href="../../../nw/ut/MoveArray/EraseFind.html">EraseFind</a>
407            </th>
408            <td>Searches for elements having the same value as the argument and deletes them.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
409          </tr>
410          <tr>
411            <td width="100">  </td>
412            <th>
413              <a href="../../../nw/ut/MoveArray/EraseIf.html">EraseIf</a>
414            </th>
415            <td>Searches for elements meeting specified conditions and deletes them.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
416          </tr>
417          <tr>
418            <th class="category" colspan="3">For optimization</th>
419          </tr>
420          <tr>
421            <td width="100">  </td>
422            <th>
423              <a href="../../../nw/ut/MoveArray/PushBackFast.html">PushBackFast</a>
424            </th>
425            <td>A fast version of push_back.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
426          </tr>
427          <tr>
428            <th class="category" colspan="3">Other</th>
429          </tr>
430          <tr>
431            <td width="100">  </td>
432            <th>
433              <a href="../../../nw/ut/FixedSizeArray/FixedSizeArray.html">FixedSizeArray</a>
434            </th>
435            <td>Constructor.</td>
436          </tr>
437          <tr>
438            <td width="100">  </td>
439            <th>
440              <a href="../../../nw/ut/MoveArray/operator SafeBool.html"><CODE>operator SafeBool</CODE></a>
441            </th>
442            <td>Returns true if a valid array is owned.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
443          </tr>
444          <tr>
445            <td width="100">  </td>
446            <th>
447              <a href="../../../nw/ut/MoveArray/Elements.html">Elements</a>
448            </th>
449            <td>Externally public accessor just for reading arrays.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
450          </tr>
451          <tr>
452            <td width="100">  </td>
453            <th>
454              <a href="../../../nw/ut/MoveArray/operator[].html"><CODE>operator[]</CODE></a>
455            </th>
456            <td>Post-fix operator definition.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
457          </tr>
458          <tr>
459            <td width="100">  </td>
460            <th>
461              <a href="../../../nw/ut/MoveArray/Reset.html"><CODE>Reset</CODE></a>
462            </th>
463            <td>Resets the array to manage MoveArray.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
464          </tr>
465          <tr>
466            <td width="100">  </td>
467            <th>
468              <a href="../../../nw/ut/MoveArray/size.html"><CODE>size</CODE></a>
469            </th>
470            <td>Gets the array size.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
471          </tr>
472          <tr>
473            <td width="100">  </td>
474            <th>
475              <a href="../../../nw/ut/MoveArray/begin.html">begin</a>
476            </th>
477            <td>Gets an iterator to the start element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
478          </tr>
479          <tr>
480            <td width="100">  </td>
481            <th>
482              <a href="../../../nw/ut/MoveArray/end.html">end</a>
483            </th>
484            <td>Gets an iterator to the last element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
485          </tr>
486          <tr>
487            <td width="100">  </td>
488            <th>
489              <a href="../../../nw/ut/MoveArray/rbegin.html">rbegin</a>
490            </th>
491            <td>Gets a reverse iterator to the start element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
492          </tr>
493          <tr>
494            <td width="100">  </td>
495            <th>
496              <a href="../../../nw/ut/MoveArray/rend.html">rend</a>
497            </th>
498            <td>Gets a reverse iterator to the last element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
499          </tr>
500          <tr>
501            <td width="100">  </td>
502            <th>
503              <a href="../../../nw/ut/MoveArray/front.html">front</a>
504            </th>
505            <td>Gets a reference to the first element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
506          </tr>
507          <tr>
508            <td width="100">  </td>
509            <th>
510              <a href="../../../nw/ut/MoveArray/back.html">back</a>
511            </th>
512            <td>Gets a reference to the last element.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
513          </tr>
514          <tr>
515            <td width="100">  </td>
516            <th>
517              <a href="../../../nw/ut/MoveArray/empty.html">empty</a>
518            </th>
519            <td>Gets a flag indicating if there are any elements. Note this does not mean whether or not there is allocated memory.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
520          </tr>
521          <tr>
522            <td width="100">  </td>
523            <th>
524              <a href="../../../nw/ut/MoveArray/capacity.html">capacity</a>
525            </th>
526            <td>Gets the number of elements of memory that have been allocated.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
527          </tr>
528          <tr>
529            <td width="100">  </td>
530            <th>
531              <a href="../../../nw/ut/MoveArray/CopyFrom.html">CopyFrom</a>
532            </th>
533            <td>Copies an array.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
534          </tr>
535          <tr>
536            <td width="100">
537              <span class="protected_style" title="protected">protected</span>  </td>
538            <th>
539              <a href="../../../nw/ut/MoveArray/SetArrayKind.html">SetArrayKind</a>
540            </th>
541            <td>Sets the array type.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
542          </tr>
543          <tr>
544            <td width="100">
545              <span class="protected_style" title="protected">protected</span>  </td>
546            <th>
547              <a href="../../../nw/ut/MoveArray/SetCapacity.html">SetCapacity</a>
548            </th>
549            <td>Sets the number of allocations.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
550          </tr>
551          <tr>
552            <td width="100">
553              <span class="protected_style" title="protected">protected</span>  </td>
554            <th>
555              <a href="../../../nw/ut/MoveArray/GetCapacity.html"><CODE>GetCapacity</CODE></a>
556            </th>
557            <td>Gets the number of allocations.(Inherited from <a href="../../../nw/ut/MovePtr/Overview.html"><CODE>MoveArray</CODE></a>.</td>
558          </tr> </table>
559      </div>
560    </a>
561    <h2>Class Hierarchy</h2>
562    <div class="section">
563      <p class="hierarchy"><a href="../../../nw/ut/MoveArray/Overview.html">nw::ut::MoveArray</a><br />  <b>nw::ut::FixedSizeArray</b>
564      </p>
565    </div>
566  <hr><p>CONFIDENTIAL</p></body>
567</html>
568