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