~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/qmap-iterator.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html
 
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<!-- /tmp/qt-4.0.0-espenr-1119621036935/qt-x11-opensource-desktop-4.0.0/src/corelib/tools/qmap.cpp -->
 
6
<head>
 
7
    <title>Qt 4.0: QMap::iterator Class Reference</title>
 
8
    <style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
 
9
a:link { color: #004faf; text-decoration: none }
 
10
a:visited { color: #672967; text-decoration: none }
 
11
td.postheader { font-family: sans-serif }
 
12
tr.address { font-family: sans-serif }
 
13
body { background: #ffffff; color: black; }</style>
 
14
</head>
 
15
<body>
 
16
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
17
<tr>
 
18
<td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></td>
 
19
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="annotated.html"><font color="#004faf">Annotated</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
 
20
<td align="right" valign="top" width="230"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></td></tr></table><h1 align="center">QMap::iterator Class Reference</h1>
 
21
<p>The QMap::iterator class provides an STL-style non-const iterator for <a href="qmap.html">QMap</a> and <a href="qmultimap.html">QMultiMap</a>. <a href="#details">More...</a></p>
 
22
<pre>#include &lt;QMap&gt;</pre><p>Part of the <a href="qtcore.html">QtCore</a> module.</p>
 
23
<ul>
 
24
<li><a href="qmap-iterator-members.html">List of all members, including inherited members</a></li>
 
25
<li><a href="qmap-iterator-qt3.html">Qt 3 support members</a></li>
 
26
</ul>
 
27
<a name="public-functions"></a>
 
28
<h3>Public Functions</h3>
 
29
<ul>
 
30
<li><div class="fn"/><b><a href="qmap-iterator.html#iterator">iterator</a></b> ()</li>
 
31
<li><div class="fn"/>const Key &amp; <b><a href="qmap-iterator.html#key">key</a></b> () const</li>
 
32
<li><div class="fn"/>T &amp; <b><a href="qmap-iterator.html#value">value</a></b> () const</li>
 
33
<li><div class="fn"/>bool <b><a href="qmap-iterator.html#operator-not-eq">operator!=</a></b> ( const iterator &amp; <i>other</i> ) const</li>
 
34
<li><div class="fn"/>bool <b><a href="qmap-iterator.html#operator-not-eq-2">operator!=</a></b> ( const const_iterator &amp; <i>other</i> ) const</li>
 
35
<li><div class="fn"/>T &amp; <b><a href="qmap-iterator.html#operator-2a">operator*</a></b> () const</li>
 
36
<li><div class="fn"/>iterator <b><a href="qmap-iterator.html#operator-2b">operator+</a></b> ( int <i>j</i> ) const</li>
 
37
<li><div class="fn"/>iterator &amp; <b><a href="qmap-iterator.html#operator-2b-2b">operator++</a></b> ()</li>
 
38
<li><div class="fn"/>iterator <b><a href="qmap-iterator.html#operator-2b-2b-2">operator++</a></b> ( int )</li>
 
39
<li><div class="fn"/>iterator &amp; <b><a href="qmap-iterator.html#operator-2b-eq">operator+=</a></b> ( int <i>j</i> )</li>
 
40
<li><div class="fn"/>iterator <b><a href="qmap-iterator.html#operator-">operator-</a></b> ( int <i>j</i> ) const</li>
 
41
<li><div class="fn"/>iterator &amp; <b><a href="qmap-iterator.html#operator--">operator--</a></b> ()</li>
 
42
<li><div class="fn"/>iterator <b><a href="qmap-iterator.html#operator---2">operator--</a></b> ( int )</li>
 
43
<li><div class="fn"/>iterator &amp; <b><a href="qmap-iterator.html#operator--eq">operator-=</a></b> ( int <i>j</i> )</li>
 
44
<li><div class="fn"/>T * <b><a href="qmap-iterator.html#operator--gt">operator-&gt;</a></b> () const</li>
 
45
<li><div class="fn"/>bool <b><a href="qmap-iterator.html#operator-eq-eq">operator==</a></b> ( const iterator &amp; <i>other</i> ) const</li>
 
46
<li><div class="fn"/>bool <b><a href="qmap-iterator.html#operator-eq-eq-2">operator==</a></b> ( const const_iterator &amp; <i>other</i> ) const</li>
 
47
</ul>
 
48
<a name="details"></a>
 
49
<hr />
 
50
<h2>Detailed Description</h2>
 
51
<p>The QMap::iterator class provides an STL-style non-const iterator for <a href="qmap.html">QMap</a> and <a href="qmultimap.html">QMultiMap</a>.</p>
 
52
<p><a href="qmap.html">QMap</a> features both <a href="containers.html#stl-style-iterators">STL-style iterators</a> and <a href="containers.html#java-style-iterators">Java-style iterators</a>. The STL-style iterators are more low-level and more cumbersome to use; on the other hand, they are slightly faster and, for developers who already know STL, have the advantage of familiarity.</p>
 
53
<p><a href="qmap.html">QMap</a>&lt;Key, T&gt;::iterator allows you to iterate over a <a href="qmap.html">QMap</a> (or <a href="qmultimap.html">QMultiMap</a>) and to modify the value (but not the key) stored under a particular key. If you want to iterate over a const <a href="qmap.html">QMap</a>, you should use <a href="qmap-const-iterator.html">QMap::const_iterator</a>. It is generally good practice to use <a href="qmap-const-iterator.html">QMap::const_iterator</a> on a non-const <a href="qmap.html">QMap</a> as well, unless you need to change the <a href="qmap.html">QMap</a> through the iterator. Const iterators are slightly faster, and can improve code readability.</p>
 
54
<p>The default QMap::iterator constructor creates an uninitialized iterator. You must initialize it using a <a href="qmap.html">QMap</a> function like <a href="qmap.html#begin">QMap::begin</a>(), <a href="qmap.html#end">QMap::end</a>(), or <a href="qmap.html#find">QMap::find</a>() before you can start iterating. Here's a typical loop that prints all the (key, value) pairs stored in a map:</p>
 
55
<pre>&nbsp;   QMap&lt;QString, int&gt; map;
 
56
    map.insert(&quot;January&quot;, 1);
 
57
    map.insert(&quot;February&quot;, 2);
 
58
    ...
 
59
    map.insert(&quot;December&quot;, 12);
 
60
 
 
61
    QMap&lt;QString, int&gt;::iterator i;
 
62
    for (i = map.begin(); i != map.end(); ++i)
 
63
        cout &lt;&lt; i.key() &lt;&lt; &quot;: &quot; &lt;&lt; i.value() &lt;&lt; endl;</pre>
 
64
<p>Unlike <a href="qhash.html">QHash</a>, which stores its items in an arbitrary order, <a href="qmap.html">QMap</a> stores its items ordered by key. Items that share the same key (because they were inserted using <a href="qmap.html#insertMulti">QMap::insertMulti</a>(), or due to a <a href="qmap.html#unite">unite</a>()) will appear consecutively, from the most recently to the least recently inserted value.</p>
 
65
<p>Let's see a few examples of things we can do with a QMap::iterator that we cannot do with a <a href="qmap-const-iterator.html">QMap::const_iterator</a>. Here's an example that increments every value stored in the <a href="qmap.html">QMap</a> by 2:</p>
 
66
<pre>&nbsp;   QMap&lt;QString, int&gt;::iterator i;
 
67
    for (i = map.begin(); i != map.end(); ++i)
 
68
        i.value() += 2;</pre>
 
69
<p>Here's an example that removes all the items whose key is a string that starts with an underscore character:</p>
 
70
<pre>&nbsp;   QMap&lt;QString, int&gt;::iterator i = map.begin();
 
71
    while (i != map.end()) {
 
72
        if (i.key().startsWith(&quot;_&quot;))
 
73
            i = map.erase(i);
 
74
        else
 
75
            ++i;
 
76
    }</pre>
 
77
<p>The call to <a href="qmap.html#erase">QMap::erase</a>() removes the item pointed to by the iterator from the map, and returns an iterator to the next item. Here's another way of removing an item while iterating:</p>
 
78
<pre>&nbsp;   QMap&lt;QString, int&gt;::iterator i = map.begin();
 
79
    while (i != map.end()) {
 
80
        QMap&lt;QString, int&gt;::iterator prev = i;
 
81
        ++i;
 
82
        if (prev.key().startsWith(&quot;_&quot;))
 
83
            map.erase(prev);
 
84
    }</pre>
 
85
<p>It might be tempting to write code like this:</p>
 
86
<pre>&nbsp;   // WRONG
 
87
    while (i != map.end()) {
 
88
        if (i.key().startsWith(&quot;_&quot;))
 
89
            map.erase(i);
 
90
        ++i;
 
91
    }</pre>
 
92
<p>However, this will potentially crash in <tt>++i</tt>, because <tt>i</tt> is a dangling iterator after the call to <a href="qmap.html#erase">erase</a>().</p>
 
93
<p>Multiple iterators can be used on the same map. If you add items to the map, existing iterators will remain valid. If you remove items from the map, iterators that point to the removed items will become dangling iterators.</p>
 
94
<p>See also <a href="qmap-const-iterator.html">QMap::const_iterator</a> and <a href="qmutablemapiterator.html">QMutableMapIterator</a>.</p>
 
95
<hr />
 
96
<h2>Member Function Documentation</h2>
 
97
<h3 class="fn"><a name="iterator"></a>iterator::iterator ()</h3>
 
98
<p>Constructs an uninitialized iterator.</p>
 
99
<p>Functions like <a href="qmap-iterator.html#key">key</a>(), <a href="qmap-iterator.html#value">value</a>(), and operator++() must not be called on an uninitialized iterator. Use operator=() to assign a value to it before using it.</p>
 
100
<p>See also <a href="qmap.html#begin">QMap::begin</a>() and <a href="qmap.html#end">QMap::end</a>().</p>
 
101
<h3 class="fn"><a name="key"></a>const Key &amp; iterator::key () const</h3>
 
102
<p>Returns the current item's key as a const reference.</p>
 
103
<p>There is no direct way of changing an item's key through an iterator, although it can be done by calling <a href="qmap.html#erase">QMap::erase</a>() followed by <a href="qmap.html#insert">QMap::insert</a>() or <a href="qmap.html#insertMulti">QMap::insertMulti</a>().</p>
 
104
<p>See also <a href="qmap-iterator.html#value">value</a>().</p>
 
105
<h3 class="fn"><a name="value"></a>T &amp; iterator::value () const</h3>
 
106
<p>Returns a modifiable reference to the current item's value.</p>
 
107
<p>You can change the value of an item by using value() on the left side of an assignment, for example:</p>
 
108
<pre>&nbsp;   if (i.key() == &quot;Hello&quot;)
 
109
        i.value() = &quot;Bonjour&quot;;</pre>
 
110
<p>See also <a href="qmap-iterator.html#key">key</a>() and <a href="qmap-iterator.html#operator-2a">operator*</a>().</p>
 
111
<h3 class="fn"><a name="operator-not-eq"></a>bool iterator::operator!= ( const iterator &amp; <i>other</i> ) const</h3>
 
112
<p>Returns true if <i>other</i> points to a different item than this iterator; otherwise returns false.</p>
 
113
<p>See also <a href="qmap-iterator.html#operator-eq-eq">operator==</a>().</p>
 
114
<h3 class="fn"><a name="operator-not-eq-2"></a>bool iterator::operator!= ( const <a href="qmap-const-iterator.html">const_iterator</a> &amp; <i>other</i> ) const</h3>
 
115
<p>This is an overloaded member function, provided for convenience. It behaves essentially like the above function.</p>
 
116
<p>Returns true if <i>other</i> points to a different item than this iterator; otherwise returns false.</p>
 
117
<p>See also <a href="qmap-iterator.html#operator-eq-eq">operator==</a>().</p>
 
118
<h3 class="fn"><a name="operator-2a"></a>T &amp; iterator::operator* () const</h3>
 
119
<p>Returns a modifiable reference to the current item's value.</p>
 
120
<p>Same as <a href="qmap-iterator.html#value">value</a>().</p>
 
121
<p>See also <a href="qmap-iterator.html#key">key</a>().</p>
 
122
<h3 class="fn"><a name="operator-2b"></a>iterator iterator::operator+ ( int <i>j</i> ) const</h3>
 
123
<p>Returns an iterator to the item at <i>j</i> positions forward from this iterator. (If <i>j</i> is negative, the iterator goes backward.)</p>
 
124
<p>This operation can be slow for large <i>j</i> values.</p>
 
125
<p>See also <a href="qmap-iterator.html#operator-">operator-</a>().</p>
 
126
<h3 class="fn"><a name="operator-2b-2b"></a>iterator &amp; iterator::operator++ ()</h3>
 
127
<p>The prefix ++ operator (<tt>++i</tt>) advances the iterator to the next item in the map and returns an iterator to the new current item.</p>
 
128
<p>Calling this function on <a href="qmap.html#end">QMap::end</a>() leads to undefined results.</p>
 
129
<p>See also <a href="qmap-iterator.html#operator--">operator--</a>().</p>
 
130
<h3 class="fn"><a name="operator-2b-2b-2"></a>iterator iterator::operator++ ( int )</h3>
 
131
<p>This is an overloaded member function, provided for convenience. It behaves essentially like the above function.</p>
 
132
<p>The postfix ++ operator (<tt>i++</tt>) advances the iterator to the next item in the map and returns an iterator to the previously current item.</p>
 
133
<h3 class="fn"><a name="operator-2b-eq"></a>iterator &amp; iterator::operator+= ( int <i>j</i> )</h3>
 
134
<p>Advances the iterator by <i>j</i> items. (If <i>j</i> is negative, the iterator goes backward.)</p>
 
135
<p>See also <a href="qmap-iterator.html#operator--eq">operator-=</a>() and <a href="qmap-iterator.html#operator-2b">operator+</a>().</p>
 
136
<h3 class="fn"><a name="operator-"></a>iterator iterator::operator- ( int <i>j</i> ) const</h3>
 
137
<p>Returns an iterator to the item at <i>j</i> positions backward from this iterator. (If <i>j</i> is negative, the iterator goes forward.)</p>
 
138
<p>This operation can be slow for large <i>j</i> values.</p>
 
139
<p>See also <a href="qmap-iterator.html#operator-2b">operator+</a>().</p>
 
140
<h3 class="fn"><a name="operator--"></a>iterator &amp; iterator::operator-- ()</h3>
 
141
<p>The prefix -- operator (<tt>--i</tt>) makes the preceding item current and returns an iterator pointing to the new current item.</p>
 
142
<p>Calling this function on <a href="qmap.html#begin">QMap::begin</a>() leads to undefined results.</p>
 
143
<p>See also <a href="qmap-iterator.html#operator-2b-2b">operator++</a>().</p>
 
144
<h3 class="fn"><a name="operator---2"></a>iterator iterator::operator-- ( int )</h3>
 
145
<p>This is an overloaded member function, provided for convenience. It behaves essentially like the above function.</p>
 
146
<p>The prefix -- operator (<tt>--i</tt>) makes the preceding item current and returns an iterator pointing to the previously current item.</p>
 
147
<h3 class="fn"><a name="operator--eq"></a>iterator &amp; iterator::operator-= ( int <i>j</i> )</h3>
 
148
<p>Makes the iterator go back by <i>j</i> items. (If <i>j</i> is negative, the iterator goes forward.)</p>
 
149
<p>See also <a href="qmap-iterator.html#operator-2b-eq">operator+=</a>() and <a href="qmap-iterator.html#operator-">operator-</a>().</p>
 
150
<h3 class="fn"><a name="operator--gt"></a>T * iterator::operator-&gt; () const</h3>
 
151
<p>Returns a pointer to the current item's value.</p>
 
152
<p>See also <a href="qmap-iterator.html#value">value</a>().</p>
 
153
<h3 class="fn"><a name="operator-eq-eq"></a>bool iterator::operator== ( const iterator &amp; <i>other</i> ) const</h3>
 
154
<p>Returns true if <i>other</i> points to the same item as this iterator; otherwise returns false.</p>
 
155
<p>See also <a href="qmap-iterator.html#operator-not-eq">operator!=</a>().</p>
 
156
<h3 class="fn"><a name="operator-eq-eq-2"></a>bool iterator::operator== ( const <a href="qmap-const-iterator.html">const_iterator</a> &amp; <i>other</i> ) const</h3>
 
157
<p>This is an overloaded member function, provided for convenience. It behaves essentially like the above function.</p>
 
158
<p>Returns true if <i>other</i> points to the same item as this iterator; otherwise returns false.</p>
 
159
<p>See also <a href="qmap-iterator.html#operator-not-eq">operator!=</a>().</p>
 
160
<p /><address><hr /><div align="center">
 
161
<table width="100%" cellspacing="0" border="0"><tr class="address">
 
162
<td width="30%">Copyright &copy; 2005 <a href="trolltech.html">Trolltech</a></td>
 
163
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
164
<td width="30%" align="right"><div align="right">Qt 4.0.0</div></td>
 
165
</tr></table></div></address></body>
 
166
</html>