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::const_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>::const_iterator</CODE> Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class const_iterator : public nw::ut::internal::iterator</pre> 55 </div> 56 <h2>Description</h2> 57 <div class="section"> 58 <p>The link list constructor.</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/const_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/const_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/const_iterator/iterator_category.html">iterator_category</a> 84 </th> 85 <td> 86 </td> 87 </tr> </table> 88 </div> 89 </a> <a name="variable" id="variable"> 90 <h2>Member Variables</h2> 91 <div class="section"> 92 <table class="members"> 93 <tr> 94 <td width="100"> 95 <span class="protected_style" title="protected">protected</span> </td> 96 <th> 97 <span class="argument">it_</span> 98 </th> 99 <td width="100">TItC_base_</td> 100 <td> 101 </td> 102 </tr> </table> 103 </div> 104 </a> <a name="function" id="function"> 105 <h2>Member Functions</h2> 106 <div class="section"> 107 <table class="members"> 108 <tr> 109 <th class="category" colspan="3">Overloaded Operators</th> 110 </tr> 111 <tr> 112 <td width="100"> </td> 113 <th> 114 <a href="../../../../nw/ut/LinkList/const_iterator/operator-2a.html">operator *</a> 115 </th> 116 <td>Pointer operator for getting the value of an element pointed to by an iterator.</td> 117 </tr> 118 <tr> 119 <td width="100"> </td> 120 <th> 121 <a href="../../../../nw/ut/LinkList/const_iterator/operator-2d-3e.html"><CODE>operator-></CODE></a> 122 </th> 123 <td>Arrow operator for getting the address of an element pointed to by an iterator.</td> 124 </tr> 125 <tr> 126 <td width="100"> </td> 127 <th> 128 <a href="../../../../nw/ut/LinkList/const_iterator/operator++.html">operator ++</a> 129 </th> 130 <td>Increment operator placed before iterators.</td> 131 </tr> 132 <tr> 133 <td width="100"> </td> 134 <th> 135 <a href="../../../../nw/ut/LinkList/const_iterator/operator-2d-2d.html">operator --</a> 136 </th> 137 <td>Decrement operator placed before iterators.</td> 138 </tr> 139 <tr> 140 <th class="category" colspan="3">Other</th> 141 </tr> 142 <tr> 143 <td width="100"> 144 <span class="protected_style" title="protected">protected</span> </td> 145 <th> 146 <a href="../../../../nw/ut/LinkList/const_iterator/const_iterator.html"><CODE>const_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/const_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/const_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