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::Children</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/ut/Overview.html">ut</a>::Children</CODE> Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">template &lt;typename TChild, typename TParent, typename TDeleter, typename TChildList&gt;
55class Children</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>TChild</th>
68          <td>Child type.</td>
69        </tr>
70        <tr>
71          <th>TParent</th>
72          <td>Parent type.</td>
73        </tr>
74        <tr>
75          <th>TDeleter</th>
76          <td>Function object for deleting.</td>
77        </tr>
78        <tr>
79          <th>TChildList</th>
80          <td>The child list type.</td>
81        </tr> </table>
82    </div>
83    <h2>Description</h2>
84    <div class="section">
85      <p>Child list class.</p>
86    </div>
87    <a name="struct" id="struct">
88      <h2>Structures</h2>
89      <div class="section">
90        <table class="members">
91          <tr>
92            <th>
93              <a href="../../../nw/ut/Children/SafeBoolHelper/Overview.html">nw::ut::Children::SafeBoolHelper</a>
94            </th>
95            <td>
96        </td>
97          </tr> </table>
98      </div>
99    </a> <a name="typedef" id="typedef">
100      <h2><CODE>typedef</CODE> Definitions</h2>
101      <div class="section">
102        <table class="members">
103          <tr>
104            <td width="100" />
105            <th>
106              <a href="../../../nw/ut/Children/reference.html"><CODE>reference</CODE></a>
107            </th>
108            <td>
109        </td>
110          </tr>
111          <tr>
112            <td width="100" />
113            <th>
114              <a href="../../../nw/ut/Children/difference_type.html"><CODE>difference_type</CODE></a>
115            </th>
116            <td>
117        </td>
118          </tr>
119          <tr>
120            <td width="100" />
121            <th>
122              <a href="../../../nw/ut/Children/value_type.html"><CODE>value_type</CODE></a>
123            </th>
124            <td>
125        </td>
126          </tr>
127          <tr>
128            <td width="100" />
129            <th>
130              <a href="../../../nw/ut/Children/iterator.html"><CODE>iterator</CODE></a>
131            </th>
132            <td>
133        </td>
134          </tr>
135          <tr>
136            <td width="100" />
137            <th>
138              <a href="../../../nw/ut/Children/const_iterator.html"><CODE>const_iterator</CODE></a>
139            </th>
140            <td>
141        </td>
142          </tr>
143          <tr>
144            <td width="100" />
145            <th>
146              <a href="../../../nw/ut/Children/reverse_iterator.html"><CODE>reverse_iterator</CODE></a>
147            </th>
148            <td>
149        </td>
150          </tr>
151          <tr>
152            <td width="100" />
153            <th>
154              <a href="../../../nw/ut/Children/const_reverse_iterator.html"><CODE>const_reverse_iterator</CODE></a>
155            </th>
156            <td>
157        </td>
158          </tr>
159          <tr>
160            <td width="100" />
161            <th>
162              <a href="../../../nw/ut/Children/deleter_type.html"><CODE>deleter_type</CODE></a>
163            </th>
164            <td>
165        </td>
166          </tr>
167          <tr>
168            <td width="100" />
169            <th>
170              <a href="../../../nw/ut/Children/deleter_reference.html"><CODE>deleter_reference</CODE></a>
171            </th>
172            <td>
173        </td>
174          </tr>
175          <tr>
176            <td width="100" />
177            <th>
178              <a href="../../../nw/ut/Children/deleter_const_reference.html"><CODE>deleter_const_reference</CODE></a>
179            </th>
180            <td>
181        </td>
182          </tr>
183          <tr>
184            <td width="100" />
185            <th>
186              <a href="../../../nw/ut/Children/SafeBool.html"><CODE>SafeBool</CODE></a>
187            </th>
188            <td>
189        </td>
190          </tr> </table>
191      </div>
192    </a> <a name="function" id="function">
193      <h2>Member Functions</h2>
194      <div class="section">
195        <table class="members">
196          <tr>
197            <th class="category" colspan="3">STL container compatibility feature</th>
198          </tr>
199          <tr>
200            <td width="100">  </td>
201            <th>
202              <a href="../../../nw/ut/Children/begin.html">begin</a>
203            </th>
204            <td>
205        </td>
206          </tr>
207          <tr>
208            <td width="100">  </td>
209            <th>
210              <a href="../../../nw/ut/Children/end.html">end</a>
211            </th>
212            <td>
213        </td>
214          </tr>
215          <tr>
216            <td width="100">  </td>
217            <th>
218              <a href="../../../nw/ut/Children/clear.html">clear</a>
219            </th>
220            <td>
221        </td>
222          </tr>
223          <tr>
224            <td width="100">  </td>
225            <th>
226              <a href="../../../nw/ut/Children/Begin.html"><CODE>Begin</CODE></a>
227            </th>
228            <td>
229        </td>
230          </tr>
231          <tr>
232            <td width="100">  </td>
233            <th>
234              <a href="../../../nw/ut/Children/End.html">END</a>
235            </th>
236            <td>
237        </td>
238          </tr>
239          <tr>
240            <td width="100">  </td>
241            <th>
242              <a href="../../../nw/ut/Children/Clear.html"><CODE>Clear</CODE></a>
243            </th>
244            <td>
245        </td>
246          </tr>
247          <tr>
248            <th class="category" colspan="3">Other</th>
249          </tr>
250          <tr>
251            <td width="100">  </td>
252            <th>
253              <a href="../../../nw/ut/Children/Children.html">Children</a>
254            </th>
255            <td>Constructor.</td>
256          </tr>
257          <tr>
258            <td width="100">  </td>
259            <th>
260              <a href="../../../nw/ut/Children/~Children.html">~Children</a>
261            </th>
262            <td>Destructor.</td>
263          </tr>
264          <tr>
265            <td width="100">  </td>
266            <th>
267              <a href="../../../nw/ut/Children/operator SafeBool.html"><CODE>operator SafeBool</CODE></a>
268            </th>
269            <td>
270        </td>
271          </tr>
272          <tr>
273            <td width="100">  </td>
274            <th>
275              <a href="../../../nw/ut/Children/Attach.html"><CODE>Attach</CODE></a>
276            </th>
277            <td>Adds a child.</td>
278          </tr>
279          <tr>
280            <td width="100">  </td>
281            <th>
282              <a href="../../../nw/ut/Children/Detach.html"><CODE>Detach</CODE></a>
283            </th>
284            <td>Removes a child.</td>
285          </tr>
286          <tr>
287            <td width="100">  </td>
288            <th>
289              <a href="../../../nw/ut/Children/SetParent.html">SetParent</a>
290            </th>
291            <td>Sets the parent.</td>
292          </tr>
293          <tr>
294            <td width="100">  </td>
295            <th>
296              <a href="../../../nw/ut/Children/GetDeleter.html"><CODE>GetDeleter</CODE></a>
297            </th>
298            <td>Gets a deleter.</td>
299          </tr> </table>
300      </div>
301    </a>
302  <hr><p>CONFIDENTIAL</p></body>
303</html>
304