File: qmutablevectoriterator.html

package info (click to toggle)
qt4-x11 4%3A4.8.2%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 701,696 kB
  • sloc: cpp: 2,686,179; ansic: 375,485; python: 25,859; sh: 19,349; xml: 17,091; perl: 14,765; yacc: 5,383; asm: 5,038; makefile: 1,259; lex: 555; ruby: 526; objc: 347; cs: 112; pascal: 112; php: 54; sed: 34
file content (238 lines) | stat: -rw-r--r-- 23,973 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qiterator.qdoc -->
  <title>Qt 4.8: QMutableVectorIterator Class Reference</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtcore.html">QtCore</a></li>
<li>QMutableVectorIterator</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QMutableVectorIterator Class Reference</h1>
<!-- $$$QMutableVectorIterator-brief -->
<p>The QMutableVectorIterator class provides a Java-style non-const iterator for <a href="qvector.html">QVector</a> and <a href="qstack.html">QStack</a>. <a href="#details">More...</a></p>
<!-- @@@QMutableVectorIterator -->
<pre class="cpp"> <span class="preprocessor">#include &lt;QMutableVectorIterator&gt;</span></pre><ul>
<li><a href="qmutablevectoriterator-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#QMutableVectorIterator">QMutableVectorIterator</a></b> ( QVector&lt;T&gt; &amp; <i>vector</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#dtor.QMutableVectorIterator">~QMutableVectorIterator</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#findNext">findNext</a></b> ( const T &amp; <i>value</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#findPrevious">findPrevious</a></b> ( const T &amp; <i>value</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#hasNext">hasNext</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#hasPrevious">hasPrevious</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#insert">insert</a></b> ( const T &amp; <i>value</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> T &amp; </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#next">next</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> T &amp; </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#peekNext">peekNext</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> T &amp; </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#peekPrevious">peekPrevious</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> T &amp; </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#previous">previous</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#remove">remove</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#setValue">setValue</a></b> ( const T &amp; <i>value</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#toBack">toBack</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#toFront">toFront</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const T &amp; </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#value">value</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> T &amp; </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#value-2">value</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QMutableVectorIterator &amp; </td><td class="memItemRight bottomAlign"><b><a href="qmutablevectoriterator.html#operator-eq">operator=</a></b> ( QVector&lt;T&gt; &amp; <i>vector</i> )</td></tr>
</table>
<a name="details"></a>
<!-- $$$QMutableVectorIterator-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QMutableVectorIterator class provides a Java-style non-const iterator for <a href="qvector.html">QVector</a> and <a href="qstack.html">QStack</a>.</p>
<p><a href="qvector.html">QVector</a> has both <a href="containers.html#java-style-iterators">Java-style iterators</a> and <a href="containers.html#stl-style-iterators">STL-style iterators</a>. The Java-style iterators are more high-level and easier to use than the STL-style iterators; on the other hand, they are slightly less efficient.</p>
<p>An alternative to using iterators is to use index positions. Most <a href="qvector.html">QVector</a> member functions take an index as their first parameter, making it possible to access, insert, and remove items without using iterators.</p>
<p>QMutableVectorIterator&lt;T&gt; allows you to iterate over a <a href="qvector.html">QVector</a>&lt;T&gt; and modify the vector. If you don't want to modify the vector (or have a const <a href="qvector.html">QVector</a>), use the slightly faster <a href="qvectoriterator.html">QVectorIterator</a>&lt;T&gt; instead.</p>
<p>The QMutableVectorIterator constructor takes a <a href="qvector.html">QVector</a> as argument. After construction, the iterator is located at the very beginning of the list (before the first item). Here's how to iterate over all the elements sequentially:</p>
<pre class="cpp"> <span class="type"><a href="qvector.html">QVector</a></span><span class="operator">&lt;</span><span class="type">float</span><span class="operator">&gt;</span> vector;
 <span class="operator">.</span><span class="operator">.</span><span class="operator">.</span>
 <span class="type">QMutableVectorIterator</span><span class="operator">&lt;</span><span class="type">float</span><span class="operator">&gt;</span> i(vector);
 <span class="keyword">while</span> (i<span class="operator">.</span>hasNext())
     <a href="qtglobal.html#qDebug">qDebug</a>() <span class="operator">&lt;</span><span class="operator">&lt;</span> i<span class="operator">.</span><a href="qmutablevectoriterator.html#next">next</a>();</pre>
<p>The <a href="qmutablevectoriterator.html#next">next</a>() function returns the next item in the vector and advances the iterator. Unlike STL-style iterators, Java-style iterators point <i>between</i> items rather than directly <i>at</i> items. The first call to <a href="qmutablevectoriterator.html#next">next</a>() advances the iterator to the position between the first and second item, and returns the first item; the second call to <a href="qmutablevectoriterator.html#next">next</a>() advances the iterator to the position between the second and third item, returning the second item; and so on.</p>
<p class="centerAlign"><img src="images/javaiterators1.png" alt="" /></p><p>Here's how to iterate over the elements in reverse order:</p>
<pre class="cpp"> <span class="type">QMutableVectorIterator</span><span class="operator">&lt;</span><span class="type">float</span><span class="operator">&gt;</span> i(vector);
 i<span class="operator">.</span><a href="qmutablevectoriterator.html#toBack">toBack</a>();
 <span class="keyword">while</span> (i<span class="operator">.</span>hasPrevious())
     <a href="qtglobal.html#qDebug">qDebug</a>() <span class="operator">&lt;</span><span class="operator">&lt;</span> i<span class="operator">.</span><a href="qmutablevectoriterator.html#previous">previous</a>();</pre>
<p>If you want to find all occurrences of a particular value, use <a href="qmutablevectoriterator.html#findNext">findNext</a>() or <a href="qmutablevectoriterator.html#findPrevious">findPrevious</a>() in a loop.</p>
<p>If you want to remove items as you iterate over the vector, use <a href="qmutablevectoriterator.html#remove">remove</a>(). If you want to modify the value of an item, use <a href="qmutablevectoriterator.html#setValue">setValue</a>(). If you want to insert a new item in the vector, use <a href="qmutablevectoriterator.html#insert">insert</a>().</p>
<p>Example:</p>
<pre class="cpp"> <span class="type">QMutableVectorIterator</span><span class="operator">&lt;</span><span class="type">int</span><span class="operator">&gt;</span> i(vector);
 <span class="keyword">while</span> (i<span class="operator">.</span>hasNext()) {
     <span class="type">int</span> val <span class="operator">=</span> i<span class="operator">.</span>next();
     <span class="keyword">if</span> (val <span class="operator">&lt;</span> <span class="number">0</span>) {
         i<span class="operator">.</span>setValue(<span class="operator">-</span>val);
     } <span class="keyword">else</span> <span class="keyword">if</span> (val <span class="operator">=</span><span class="operator">=</span> <span class="number">0</span>) {
         i<span class="operator">.</span>remove();
     }
 }</pre>
<p>The example traverses a vector, replacing negative numbers with their absolute values, and eliminating zeroes.</p>
<p>Only one mutable iterator can be active on a given vector at any time. Furthermore, no changes should be done directly to the vector while the iterator is active (as opposed to through the iterator), since this could invalidate the iterator and lead to undefined behavior.</p>
</div>
<p><b>See also </b><a href="qvectoriterator.html">QVectorIterator</a> and <a href="qvector.html#iterator-typedefx">QVector::iterator</a>.</p>
<!-- @@@QMutableVectorIterator -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QMutableVectorIterator[overload1]$$$QMutableVectorIteratorQVector<T>& -->
<h3 class="fn"><a name="QMutableVectorIterator"></a>QMutableVectorIterator::<span class="name">QMutableVectorIterator</span> ( <span class="type"><a href="qvector.html">QVector</a></span>&lt;<span class="type">T</span>&gt; &amp; <i>vector</i> )</h3>
<p>Constructs an iterator for traversing <i>vector</i>. The iterator is set to be at the front of the vector (before the first item).</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#operator-eq">operator=</a>().</p>
<!-- @@@QMutableVectorIterator -->
<!-- $$$~QMutableVectorIterator[overload1]$$$~QMutableVectorIterator -->
<h3 class="fn"><a name="dtor.QMutableVectorIterator"></a>QMutableVectorIterator::<span class="name">~QMutableVectorIterator</span> ()</h3>
<p>Destroys the iterator.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#operator-eq">operator=</a>().</p>
<!-- @@@~QMutableVectorIterator -->
<!-- $$$findNext[overload1]$$$findNextconstT& -->
<h3 class="fn"><a name="findNext"></a><span class="type">bool</span> QMutableVectorIterator::<span class="name">findNext</span> ( const <span class="type">T</span> &amp; <i>value</i> )</h3>
<p>Searches for <i>value</i> starting from the current iterator position forward. Returns true if <i>value</i> is found; otherwise returns false.</p>
<p>After the call, if <i>value</i> was found, the iterator is positioned just after the matching item; otherwise, the iterator is positioned at the back of the container.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#findPrevious">findPrevious</a>().</p>
<!-- @@@findNext -->
<!-- $$$findPrevious[overload1]$$$findPreviousconstT& -->
<h3 class="fn"><a name="findPrevious"></a><span class="type">bool</span> QMutableVectorIterator::<span class="name">findPrevious</span> ( const <span class="type">T</span> &amp; <i>value</i> )</h3>
<p>Searches for <i>value</i> starting from the current iterator position backward. Returns true if <i>value</i> is found; otherwise returns false.</p>
<p>After the call, if <i>value</i> was found, the iterator is positioned just before the matching item; otherwise, the iterator is positioned at the front of the container.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#findNext">findNext</a>().</p>
<!-- @@@findPrevious -->
<!-- $$$hasNext[overload1]$$$hasNext -->
<h3 class="fn"><a name="hasNext"></a><span class="type">bool</span> QMutableVectorIterator::<span class="name">hasNext</span> () const</h3>
<p>Returns true if there is at least one item ahead of the iterator, i.e&#x2e; the iterator is <i>not</i> at the back of the container; otherwise returns false.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#hasPrevious">hasPrevious</a>() and <a href="qmutablevectoriterator.html#next">next</a>().</p>
<!-- @@@hasNext -->
<!-- $$$hasPrevious[overload1]$$$hasPrevious -->
<h3 class="fn"><a name="hasPrevious"></a><span class="type">bool</span> QMutableVectorIterator::<span class="name">hasPrevious</span> () const</h3>
<p>Returns true if there is at least one item behind the iterator, i.e&#x2e; the iterator is <i>not</i> at the front of the container; otherwise returns false.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#hasNext">hasNext</a>() and <a href="qmutablevectoriterator.html#previous">previous</a>().</p>
<!-- @@@hasPrevious -->
<!-- $$$insert[overload1]$$$insertconstT& -->
<h3 class="fn"><a name="insert"></a><span class="type">void</span> QMutableVectorIterator::<span class="name">insert</span> ( const <span class="type">T</span> &amp; <i>value</i> )</h3>
<p>Inserts <i>value</i> at the current iterator position. After the call, the iterator is located just after the inserted item.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#remove">remove</a>() and <a href="qmutablevectoriterator.html#setValue">setValue</a>().</p>
<!-- @@@insert -->
<!-- $$$next[overload1]$$$next -->
<h3 class="fn"><a name="next"></a><span class="type">T</span> &amp; QMutableVectorIterator::<span class="name">next</span> ()</h3>
<p>Returns a reference to the next item, and advances the iterator by one position.</p>
<p>Calling this function on an iterator located at the back of the container leads to undefined results.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#hasNext">hasNext</a>(), <a href="qmutablevectoriterator.html#peekNext">peekNext</a>(), and <a href="qmutablevectoriterator.html#previous">previous</a>().</p>
<!-- @@@next -->
<!-- $$$peekNext[overload1]$$$peekNext -->
<h3 class="fn"><a name="peekNext"></a><span class="type">T</span> &amp; QMutableVectorIterator::<span class="name">peekNext</span> () const</h3>
<p>Returns a reference to the next item, without moving the iterator.</p>
<p>Calling this function on an iterator located at the back of the container leads to undefined results.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#hasNext">hasNext</a>(), <a href="qmutablevectoriterator.html#next">next</a>(), and <a href="qmutablevectoriterator.html#peekPrevious">peekPrevious</a>().</p>
<!-- @@@peekNext -->
<!-- $$$peekPrevious[overload1]$$$peekPrevious -->
<h3 class="fn"><a name="peekPrevious"></a><span class="type">T</span> &amp; QMutableVectorIterator::<span class="name">peekPrevious</span> () const</h3>
<p>Returns a reference to the previous item, without moving the iterator.</p>
<p>Calling this function on an iterator located at the front of the container leads to undefined results.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#hasPrevious">hasPrevious</a>(), <a href="qmutablevectoriterator.html#previous">previous</a>(), and <a href="qmutablevectoriterator.html#peekNext">peekNext</a>().</p>
<!-- @@@peekPrevious -->
<!-- $$$previous[overload1]$$$previous -->
<h3 class="fn"><a name="previous"></a><span class="type">T</span> &amp; QMutableVectorIterator::<span class="name">previous</span> ()</h3>
<p>Returns a reference to the previous item and moves the iterator back by one position.</p>
<p>Calling this function on an iterator located at the front of the container leads to undefined results.</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#hasPrevious">hasPrevious</a>(), <a href="qmutablevectoriterator.html#peekPrevious">peekPrevious</a>(), and <a href="qmutablevectoriterator.html#next">next</a>().</p>
<!-- @@@previous -->
<!-- $$$remove[overload1]$$$remove -->
<h3 class="fn"><a name="remove"></a><span class="type">void</span> QMutableVectorIterator::<span class="name">remove</span> ()</h3>
<p>Removes the last item that was jumped over using one of the traversal functions (<a href="qmutablevectoriterator.html#next">next</a>(), <a href="qmutablevectoriterator.html#previous">previous</a>(), <a href="qmutablevectoriterator.html#findNext">findNext</a>(), <a href="qmutablevectoriterator.html#findPrevious">findPrevious</a>()).</p>
<p>Example:</p>
<pre class="cpp"> <span class="type"><a href="qmutablevectoriterator.html">QMutableVectorIterator</a></span><span class="operator">&lt;</span><span class="type">int</span><span class="operator">&gt;</span> i(vector);
 <span class="keyword">while</span> (i<span class="operator">.</span>hasNext()) {
     <span class="type">int</span> val <span class="operator">=</span> i<span class="operator">.</span>next();
     <span class="keyword">if</span> (val <span class="operator">&lt;</span> <span class="operator">-</span><span class="number">32768</span> <span class="operator">|</span><span class="operator">|</span> val <span class="operator">&gt;</span> <span class="number">32767</span>)
         i<span class="operator">.</span>remove();
 }</pre>
<p><b>See also </b><a href="qmutablevectoriterator.html#insert">insert</a>() and <a href="qmutablevectoriterator.html#setValue">setValue</a>().</p>
<!-- @@@remove -->
<!-- $$$setValue[overload1]$$$setValueconstT& -->
<h3 class="fn"><a name="setValue"></a><span class="type">void</span> QMutableVectorIterator::<span class="name">setValue</span> ( const <span class="type">T</span> &amp; <i>value</i> ) const</h3>
<p>Replaces the value of the last item that was jumped over using one of the traversal functions with <i>value</i>.</p>
<p>The traversal functions are <a href="qmutablevectoriterator.html#next">next</a>(), <a href="qmutablevectoriterator.html#previous">previous</a>(), <a href="qmutablevectoriterator.html#findNext">findNext</a>(), and <a href="qmutablevectoriterator.html#findPrevious">findPrevious</a>().</p>
<p>Example:</p>
<pre class="cpp"> <span class="type"><a href="qmutablevectoriterator.html">QMutableVectorIterator</a></span><span class="operator">&lt;</span><span class="type">double</span><span class="operator">&gt;</span> i(list);
 <span class="keyword">while</span> (i<span class="operator">.</span>hasNext()) {
     <span class="type">double</span> val <span class="operator">=</span> i<span class="operator">.</span>next();
     i<span class="operator">.</span>setValue(sqrt(val));
 }</pre>
<p><b>See also </b><a href="qmutablevectoriterator.html#value">value</a>(), <a href="qmutablevectoriterator.html#remove">remove</a>(), and <a href="qmutablevectoriterator.html#insert">insert</a>().</p>
<!-- @@@setValue -->
<!-- $$$toBack[overload1]$$$toBack -->
<h3 class="fn"><a name="toBack"></a><span class="type">void</span> QMutableVectorIterator::<span class="name">toBack</span> ()</h3>
<p>Moves the iterator to the back of the container (after the last item).</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#toFront">toFront</a>() and <a href="qmutablevectoriterator.html#previous">previous</a>().</p>
<!-- @@@toBack -->
<!-- $$$toFront[overload1]$$$toFront -->
<h3 class="fn"><a name="toFront"></a><span class="type">void</span> QMutableVectorIterator::<span class="name">toFront</span> ()</h3>
<p>Moves the iterator to the front of the container (before the first item).</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#toBack">toBack</a>() and <a href="qmutablevectoriterator.html#next">next</a>().</p>
<!-- @@@toFront -->
<!-- $$$value[overload1]$$$value -->
<h3 class="fn"><a name="value"></a>const <span class="type">T</span> &amp; QMutableVectorIterator::<span class="name">value</span> () const</h3>
<p>Returns the value of the last item that was jumped over using one of the traversal functions (<a href="qmutablevectoriterator.html#next">next</a>(), <a href="qmutablevectoriterator.html#previous">previous</a>(), <a href="qmutablevectoriterator.html#findNext">findNext</a>(), <a href="qmutablevectoriterator.html#findPrevious">findPrevious</a>()).</p>
<p>After a call to <a href="qmutablevectoriterator.html#next">next</a>() or <a href="qmutablevectoriterator.html#findNext">findNext</a>(), value() is equivalent to <a href="qmutablevectoriterator.html#peekPrevious">peekPrevious</a>(). After a call to <a href="qmutablevectoriterator.html#previous">previous</a>() or <a href="qmutablevectoriterator.html#findPrevious">findPrevious</a>(), value() is equivalent to <a href="qmutablevectoriterator.html#peekNext">peekNext</a>().</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#setValue">setValue</a>().</p>
<!-- @@@value -->
<!-- $$$value$$$value -->
<h3 class="fn"><a name="value-2"></a><span class="type">T</span> &amp; QMutableVectorIterator::<span class="name">value</span> ()</h3>
<p>This is an overloaded function.</p>
<p>Returns a non-const reference to the value of the last item that was jumped over using one of the traversal functions.</p>
<!-- @@@value -->
<!-- $$$operator=[overload1]$$$operator=QVector<T>& -->
<h3 class="fn"><a name="operator-eq"></a><span class="type">QMutableVectorIterator</span> &amp; QMutableVectorIterator::<span class="name">operator=</span> ( <span class="type"><a href="qvector.html">QVector</a></span>&lt;<span class="type">T</span>&gt; &amp; <i>vector</i> )</h3>
<p>Makes the iterator operate on <i>vector</i>. The iterator is set to be at the front of the vector (before the first item).</p>
<p><b>See also </b><a href="qmutablevectoriterator.html#toFront">toFront</a>() and <a href="qmutablevectoriterator.html#toBack">toBack</a>().</p>
<!-- @@@operator= -->
</div>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
    <p>
      <acronym title="Copyright">&copy;</acronym> 2012 Nokia Corporation and/or its
      subsidiaries. Documentation contributions included herein are the copyrights of
      their respective owners.</p>
    <br />
    <p>
      The documentation provided herein is licensed under the terms of the
      <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
      License version 1.3</a> as published by the Free Software Foundation.</p>
    <p>
      Documentation sources may be obtained from <a href="http://www.qt-project.org">
      www.qt-project.org</a>.</p>
    <br />
    <p>
      Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
      in Finland and/or other countries worldwide. All other trademarks are property
      of their respective owners. <a title="Privacy Policy"
      href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>