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