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 <title>Children</title> 8 </head> 9 <body> 10 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/ut/Overview.html">ut</a>::<a href="../../../nw/ut/Children/Overview.html">Children</a>::Children</CODE> Constructor</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14Children(); 15Children( 16 TParent * parent, 17 void * elements, 18 size_t size, 19 <a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> * allocator = 0, 20 <a href="../../../nw/ut/ArrayKind.html">ArrayKind</a> kind = ARRAY_WRAPPER 21); 22Children( 23 TParent * parent, 24 size_t size, 25 <a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> * allocator, 26 <a href="../../../nw/ut/ArrayKind.html">ArrayKind</a> kind = ARRAY_WRAPPER 27); 28Children( 29 TParent * parent, 30 <a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> * allocator 31); 32Children( 33 const <a href="../../../nw/ut/Children/Overview.html">Children</a> & children 34); 35</pre> 36 </div> 37 <h2>List of Overloaded Member Functions</h2> 38 <div class="section"> 39 <table class="members"> 40 <tr> 41 <td> 42 <a href="./Children(0).html">Children ( ) </a> 43 </td> 44 <td> 45 </td> 46 </tr> 47 <tr> 48 <td> 49 <a href="./Children(1).html">Children ( TParent *, void *, size_t, os::IAllocator *, ArrayKind ) </a> 50 </td> 51 <td>Constructor.</td> 52 </tr> 53 <tr> 54 <td> 55 <a href="./Children(2).html">Children ( TParent *, size_t, os::IAllocator *, ArrayKind ) </a> 56 </td> 57 <td>Constructor.</td> 58 </tr> 59 <tr> 60 <td> 61 <a href="./Children(3).html">Children ( TParent *, os::IAllocator * ) </a> 62 </td> 63 <td>Constructor.</td> 64 </tr> 65 <tr> 66 <td> 67 <a href="./Children(4).html">Children ( const Children & ) </a> 68 </td> 69 <td>Copy constructor.</td> 70 </tr> </table> 71 </div> 72 <h2>Description of Children ( )</h2> 73 <div class="section"> 74 <p> 75 </p> 76 </div> 77 <h2>Description of Children ( TParent *, void *, size_t, os::IAllocator *, ArrayKind )</h2> 78 <div class="section"> 79 <p>Constructor.</p> 80 </div> 81 <h2>Description of Children ( TParent *, size_t, os::IAllocator *, ArrayKind )</h2> 82 <div class="section"> 83 <p>Constructor.</p> 84 </div> 85 <h2>Description of Children ( TParent *, os::IAllocator * )</h2> 86 <div class="section"> 87 <p>Constructor.</p> 88 </div> 89 <h2>Description of Children ( const Children & )</h2> 90 <div class="section"><p>Moves an element from the copy source.</p></div> 91 <hr><p>CONFIDENTIAL</p></body> 92</html> 93