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/qasciicacheiterator.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qasciicacheiterator.html')
-rw-r--r-- | doc/html/qasciicacheiterator.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qasciicacheiterator.html b/doc/html/qasciicacheiterator.html index 45c5b238f..cf436bd86 100644 --- a/doc/html/qasciicacheiterator.html +++ b/doc/html/qasciicacheiterator.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQAsciiCacheIterator class provides an iterator for TQAsciiCache collections. <a href="#details">More...</a> -<p><tt>#include <<a href="qasciicache-h.html">qasciicache.h</a>></tt> +<p><tt>#include <<a href="qasciicache-h.html">ntqasciicache.h</a>></tt> <p><a href="qasciicacheiterator-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 TQAsciiCacheIterator class provides an iterator for <a href="qasciicache.html">TQAsciiCache</a> collections. +The TQAsciiCacheIterator class provides an iterator for <a href="ntqasciicache.html">TQAsciiCache</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="qasciicache.html">TQAsciiCache</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="ntqasciicache.html">TQAsciiCache</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="TQAsciiCacheIterator"></a>TQAsciiCacheIterator::TQAsciiCacheIterator ( const <a href="qasciicache.html">TQAsciiCache</a><type> & cache ) +<h3 class=fn><a name="TQAsciiCacheIterator"></a>TQAsciiCacheIterator::TQAsciiCacheIterator ( const <a href="ntqasciicache.html">TQAsciiCache</a><type> & cache ) </h3> <p> Constructs an iterator for <em>cache</em>. The current iterator item is |