summaryrefslogtreecommitdiffstats
path: root/doc/html/qmapiterator.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qmapiterator.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qmapiterator.html')
-rw-r--r--doc/html/qmapiterator.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qmapiterator.html b/doc/html/qmapiterator.html
index 2c5d6c73..c01c5910 100644
--- a/doc/html/qmapiterator.html
+++ b/doc/html/qmapiterator.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQMapIterator class provides an iterator for TQMap.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qmap-h.html">qmap.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qmap-h.html">ntqmap.h</a>&gt;</tt>
<p><a href="qmapiterator-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -59,7 +59,7 @@ body { background: #ffffff; color: black; }
<hr><a name="details"></a><h2>Detailed Description</h2>
-The TQMapIterator class provides an iterator for <a href="qmap.html">TQMap</a>.
+The TQMapIterator class provides an iterator for <a href="ntqmap.html">TQMap</a>.
<p>
<p> You cannot create an iterator by yourself. Instead, you must ask a
@@ -67,7 +67,7 @@ map to give you one. An iterator is as big as a pointer; on 32-bit
machines that means 4 bytes, on 64-bit machines, 8 bytes. That
makes copying iterators very fast. Iterators behave in a similar
way to pointers, and they are almost as fast as pointers. See the
-<a href="qmap.html#qmap-eg">TQMap example</a>.
+<a href="ntqmap.html#qmap-eg">TQMap example</a>.
<p> TQMap is highly optimized for performance and memory usage, but the
trade-off is that you must be more careful. The only way to
traverse a map is to use iterators. TQMap does not know about its
@@ -77,11 +77,11 @@ up to you to make sure that the iterators you are using are still
valid. <a href="qdictiterator.html">TQDictIterator</a> will be able to give warnings, whereas
TQMapIterator may end up in an undefined state.
<p> For every Iterator there is also a ConstIterator. You must use the
-ConstIterator to access a <a href="qmap.html">TQMap</a> in a const environment or if the
+ConstIterator to access a <a href="ntqmap.html">TQMap</a> in a const environment or if the
reference or pointer to the map is itself const. Its semantics are
the same, but it only returns const references to the item it
points to.
-<p> <p>See also <a href="qmap.html">TQMap</a>, <a href="qmapconstiterator.html">TQMapConstIterator</a>, <a href="qtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
+<p> <p>See also <a href="ntqmap.html">TQMap</a>, <a href="qmapconstiterator.html">TQMapConstIterator</a>, <a href="ntqtl.html">TQt Template Library Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="iterator_category"></a>TQMapIterator::iterator_category</h3>