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/qcacheiterator.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qcacheiterator.html')
-rw-r--r-- | doc/html/qcacheiterator.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qcacheiterator.html b/doc/html/qcacheiterator.html index a53556e35..d4be3eda3 100644 --- a/doc/html/qcacheiterator.html +++ b/doc/html/qcacheiterator.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQCacheIterator class provides an iterator for TQCache collections. <a href="#details">More...</a> -<p><tt>#include <<a href="qcache-h.html">qcache.h</a>></tt> +<p><tt>#include <<a href="qcache-h.html">ntqcache.h</a>></tt> <p><a href="qcacheiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -58,7 +58,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQCacheIterator class provides an iterator for <a href="qcache.html">TQCache</a> collections. +The TQCacheIterator class provides an iterator for <a href="ntqcache.html">TQCache</a> collections. <p> <p> Note that the traversal order is arbitrary; you are not guaranteed @@ -77,10 +77,10 @@ returns TRUE if the cache is empty, and <a href="#count">count</a>() returns the of items in the cache. <p> Note that atFirst() and atLast() refer to the iterator's arbitrary ordering, not to the cache's internal least recently used list. -<p> <p>See also <a href="qcache.html">TQCache</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="ntqcache.html">TQCache</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQCacheIterator"></a>TQCacheIterator::TQCacheIterator ( const <a href="qcache.html">TQCache</a><type> & cache ) +<h3 class=fn><a name="TQCacheIterator"></a>TQCacheIterator::TQCacheIterator ( const <a href="ntqcache.html">TQCache</a><type> & cache ) </h3> <p> Constructs an iterator for <em>cache</em>. The current iterator item is @@ -123,7 +123,7 @@ operates. <p> Returns a pointer to the current iterator item. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="currentKey"></a>TQCacheIterator::currentKey () const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="currentKey"></a>TQCacheIterator::currentKey () const </h3> <p> Returns the key for the current iterator item. |