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