diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qvaluelistiterator.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qvaluelistiterator.html')
-rw-r--r-- | doc/html/qvaluelistiterator.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qvaluelistiterator.html b/doc/html/qvaluelistiterator.html index e8e944b04..d6efa0a4e 100644 --- a/doc/html/qvaluelistiterator.html +++ b/doc/html/qvaluelistiterator.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQValueListIterator class provides an iterator for TQValueList. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qvaluelist-h.html">qvaluelist.h</a>></tt> +<p><tt>#include <<a href="qvaluelist-h.html">ntqvaluelist.h</a>></tt> <p><a href="qvaluelistiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -57,7 +57,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQValueListIterator class provides an iterator for <a href="qvaluelist.html">TQValueList</a>. +The TQValueListIterator class provides an iterator for <a href="ntqvaluelist.html">TQValueList</a>. <p> @@ -86,13 +86,13 @@ iterator. // Jones, Tom earns 60000 </pre> -<p> <a href="qvaluelist.html">TQValueList</a> is highly optimized for performance and memory usage. +<p> <a href="ntqvaluelist.html">TQValueList</a> is highly optimized for performance and memory usage. This means that you must be careful: TQValueList does not know about all its iterators and the iterators don't know to which list they belong. This makes things very fast, but if you're not careful, you can get spectacular bugs. Always make sure iterators are valid before dereferencing them or using them as parameters to -generic algorithms in the STL or the <a href="qtl.html">TQTL</a>. +generic algorithms in the STL or the <a href="ntqtl.html">TQTL</a>. <p> Using an invalid iterator is undefined (your application will probably crash). Many TQt functions return const value lists; to iterate over these you should make a copy and iterate over the @@ -102,7 +102,7 @@ TQValueList in a const environment or if the reference or pointer to the list is itself const, then you must use the ConstIterator. Its semantics are the same as the Iterator, but it only returns const references. -<p> <p>See also <a href="qvaluelist.html">TQValueList</a>, <a href="qvaluelistconstiterator.html">TQValueListConstIterator</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="ntqvaluelist.html">TQValueList</a>, <a href="qvaluelistconstiterator.html">TQValueListConstIterator</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="pointer"></a>TQValueListIterator::pointer</h3> |