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::LinkList::iterator</title> 49 </head> 50 <body> 51 <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/ut/Overview.html">ut</a>::<a href="../../../../nw/ut/LinkList/Overview.html">LinkList</a>::iterator</CODE> Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class iterator : public nw::ut::internal::iterator</pre> 55 </div> 56 <h2>Description</h2> 57 <div class="section"> 58 <p>The link list iterator.</p> 59 </div> 60 <a name="typedef" id="typedef"> 61 <h2><CODE>typedef</CODE> Definitions</h2> 62 <div class="section"> 63 <table class="members"> 64 <tr> 65 <td width="100" /> 66 <th> 67 <a href="../../../../nw/ut/LinkList/iterator/value_type.html"><CODE>value_type</CODE></a> 68 </th> 69 <td> 70 </td> 71 </tr> 72 <tr> 73 <td width="100" /> 74 <th> 75 <a href="../../../../nw/ut/LinkList/iterator/difference_type.html"><CODE>difference_type</CODE></a> 76 </th> 77 <td> 78 </td> 79 </tr> 80 <tr> 81 <td width="100" /> 82 <th> 83 <a href="../../../../nw/ut/LinkList/iterator/pointer.html">pointer</a> 84 </th> 85 <td> 86 </td> 87 </tr> 88 <tr> 89 <td width="100" /> 90 <th> 91 <a href="../../../../nw/ut/LinkList/iterator/reference.html"><CODE>reference</CODE></a> 92 </th> 93 <td> 94 </td> 95 </tr> 96 <tr> 97 <td width="100" /> 98 <th> 99 <a href="../../../../nw/ut/LinkList/iterator/iterator_category.html">iterator_category</a> 100 </th> 101 <td> 102 </td> 103 </tr> </table> 104 </div> 105 </a> <a name="function" id="function"> 106 <h2>Member Functions</h2> 107 <div class="section"> 108 <table class="members"> 109 <tr> 110 <th class="category" colspan="3">Overloaded Operators</th> 111 </tr> 112 <tr> 113 <td width="100"> </td> 114 <th> 115 <a href="../../../../nw/ut/LinkList/iterator/operator-2a.html">operator *</a> 116 </th> 117 <td>Pointer operator for getting the value of an element pointed to by an iterator.</td> 118 </tr> 119 <tr> 120 <td width="100"> </td> 121 <th> 122 <a href="../../../../nw/ut/LinkList/iterator/operator-2d-3e.html"><CODE>operator-></CODE></a> 123 </th> 124 <td>Arrow operator for getting the address of an element pointed to by an iterator.</td> 125 </tr> 126 <tr> 127 <td width="100"> </td> 128 <th> 129 <a href="../../../../nw/ut/LinkList/iterator/operator++.html">operator ++</a> 130 </th> 131 <td>Increment operator placed before iterators.</td> 132 </tr> 133 <tr> 134 <td width="100"> </td> 135 <th> 136 <a href="../../../../nw/ut/LinkList/iterator/operator-2d-2d.html">operator --</a> 137 </th> 138 <td>Decrement operator placed before iterators.</td> 139 </tr> 140 <tr> 141 <th class="category" colspan="3">Other</th> 142 </tr> 143 <tr> 144 <td width="100"> </td> 145 <th> 146 <a href="../../../../nw/ut/LinkList/iterator/iterator.html"><CODE>iterator</CODE></a> 147 </th> 148 <td>Constructor.</td> 149 </tr> </table> 150 </div> 151 </a> <a name="function" id="function"> 152 <h2> 153 Blend Functions 154 </h2> 155 <div class="section"> 156 <table class="members"> 157 <tr> 158 <th class="category" colspan="3">Overloaded Operators</th> 159 </tr> 160 <tr> 161 <td width="100"> </td> 162 <th> 163 <a href="../../../../nw/ut/LinkList/iterator/operator==.html"><CODE>operator==</CODE></a> 164 </th> 165 <td>A comparison operator.</td> 166 </tr> 167 <tr> 168 <td width="100"> </td> 169 <th> 170 <a href="../../../../nw/ut/LinkList/iterator/operator!=.html"><CODE>operator!=</CODE></a> 171 </th> 172 <td>The inequality operator.</td> 173 </tr> </table> 174 </div> 175 </a> 176 <hr><p>CONFIDENTIAL</p></body> 177</html> 178