summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluevector.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqvaluevector.html')
-rw-r--r--doc/html/tqvaluevector.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqvaluevector.html b/doc/html/tqvaluevector.html
index 29e7beb9b..8e47f7a4a 100644
--- a/doc/html/tqvaluevector.html
+++ b/doc/html/tqvaluevector.html
@@ -398,9 +398,9 @@ TQValueVector is tuned for performance, not for error checking.
<p> Returns a reference to the element with index <em>i</em>. If <em>ok</em> is
non-null, and the index <em>i</em> is out of range, *<em>ok</em> is set to
-FALSE and the returned reference is undefined. If the index <em>i</em>
+false and the returned reference is undefined. If the index <em>i</em>
is within the range of the vector, and <em>ok</em> is non-null, *<em>ok</em>
-is set to TRUE and the returned reference is well defined.
+is set to true and the returned reference is well defined.
<h3 class=fn><a href="tqvaluevector.html#const_reference">const_reference</a> <a name="at-2"></a>TQValueVector::at ( <a href="tqvaluevector.html#size_type">size_type</a>&nbsp;i, bool&nbsp;*&nbsp;ok = 0 ) const
</h3>
@@ -408,9 +408,9 @@ is set to TRUE and the returned reference is well defined.
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns a const reference to the element with index <em>i</em>. If <em>ok</em>
is non-null, and the index <em>i</em> is out of range, *<em>ok</em> is set to
-FALSE and the returned reference is undefined. If the index <em>i</em>
+false and the returned reference is undefined. If the index <em>i</em>
is within the range of the vector, and <em>ok</em> is non-null, *<em>ok</em>
-is set to TRUE and the returned reference is well defined.
+is set to true and the returned reference is well defined.
<h3 class=fn><a href="tqvaluevector.html#reference">reference</a> <a name="back"></a>TQValueVector::back ()
</h3>
@@ -475,7 +475,7 @@ vector.
<h3 class=fn>bool <a name="empty"></a>TQValueVector::empty () const
</h3>
-<p> Returns TRUE if the vector is empty; otherwise returns FALSE.
+<p> Returns true if the vector is empty; otherwise returns false.
Equivalent to <a href="#size">size</a>()==0, only faster.
<p> This function is provided for STL compatibility. It is equivalent
to <a href="#isEmpty">isEmpty</a>().
@@ -550,7 +550,7 @@ there is no first element, this function has undefined behavior.
<h3 class=fn>bool <a name="isEmpty"></a>TQValueVector::isEmpty () const
</h3>
-<p> Returns TRUE if the vector is empty; returns FALSE otherwise.
+<p> Returns true if the vector is empty; returns false otherwise.
<p> <p>See also <a href="#count">count</a>().
<h3 class=fn><a href="tqvaluevector.html#reference">reference</a> <a name="last"></a>TQValueVector::last ()
@@ -585,15 +585,15 @@ copied.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQValueVector::operator== ( const&nbsp;<a href="tqvaluevector.html">TQValueVector</a>&lt;T&gt;&nbsp;&amp;&nbsp;x ) const
</h3>
-<p> Returns TRUE if each element in this vector equals each
-corresponding element in <em>x</em>; otherwise returns FALSE.
+<p> Returns true if each element in this vector equals each
+corresponding element in <em>x</em>; otherwise returns false.
<h3 class=fn>bool <a name="operator-eq-eq-2"></a>TQValueVector::operator== ( const&nbsp;<a href="tqvaluevector.html">TQValueVector</a>&lt;T&gt;&nbsp;&amp;&nbsp;x )
</h3>
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> Returns TRUE if each element in this vector equals each
-corresponding element in <em>x</em>; otherwise returns FALSE.
+<p> Returns true if each element in this vector equals each
+corresponding element in <em>x</em>; otherwise returns false.
<h3 class=fn><a href="tqvaluevector.html#reference">reference</a> <a name="operator[]"></a>TQValueVector::operator[] ( <a href="tqvaluevector.html#size_type">size_type</a>&nbsp;i )
</h3>