summaryrefslogtreecommitdiffstats
path: root/doc/html/tqasciicacheiterator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqasciicacheiterator.html')
-rw-r--r--doc/html/tqasciicacheiterator.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqasciicacheiterator.html b/doc/html/tqasciicacheiterator.html
index 1adbd9fbf..d38c263e6 100644
--- a/doc/html/tqasciicacheiterator.html
+++ b/doc/html/tqasciicacheiterator.html
@@ -70,9 +70,9 @@ that refer an item when that item is removed.
<p> TQAsciiCacheIterator provides an <a href="#operator++">operator++</a>() and an <a href="#operator+-eq">operator+=</a>()
to traverse the cache; <a href="#current">current</a>() and <a href="#currentKey">currentKey</a>() to access the
current cache item and its key. It also provides <a href="#atFirst">atFirst</a>() and
-<a href="#atLast">atLast</a>(), which return TRUE if the iterator points to the first or
+<a href="#atLast">atLast</a>(), which return true if the iterator points to the first or
last item in the cache respectively. The <a href="#isEmpty">isEmpty</a>() function
-returns TRUE if the cache is empty; and <a href="#count">count</a>() returns the number
+returns true if the cache is empty; and <a href="#count">count</a>() returns the number
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.
@@ -95,8 +95,8 @@ independently from there on.
<h3 class=fn>bool <a name="atFirst"></a>TQAsciiCacheIterator::atFirst () const
</h3>
-<p> Returns TRUE if the iterator points to the first item in the
-cache; otherwise returns FALSE. Note that this refers to the
+<p> Returns true if the iterator points to the first item in the
+cache; otherwise returns false. Note that this refers to the
iterator's arbitrary ordering, not to the cache's internal least
recently used list.
<p> <p>See also <a href="#toFirst">toFirst</a>() and <a href="#atLast">atLast</a>().
@@ -104,8 +104,8 @@ recently used list.
<h3 class=fn>bool <a name="atLast"></a>TQAsciiCacheIterator::atLast () const
</h3>
-<p> Returns TRUE if the iterator points to the last item in the cache;
-otherwise returns FALSE. Note that this refers to the iterator's
+<p> Returns true if the iterator points to the last item in the cache;
+otherwise returns false. Note that this refers to the iterator's
arbitrary ordering, not to the cache's internal least recently
used list.
<p> <p>See also <a href="#toLast">toLast</a>() and <a href="#atFirst">atFirst</a>().
@@ -130,8 +130,8 @@ operates.
<h3 class=fn>bool <a name="isEmpty"></a>TQAsciiCacheIterator::isEmpty () const
</h3>
-<p> Returns TRUE if the cache is empty, i.e. <a href="#count">count</a>() == 0; otherwise
-returns FALSE.
+<p> Returns true if the cache is empty, i.e. <a href="#count">count</a>() == 0; otherwise
+returns false.
<p> <p>See also <a href="#count">count</a>().
<h3 class=fn><a name="operator-type-*"></a>TQAsciiCacheIterator::operator type * () const