diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqvaluevector.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqvaluevector.html')
| -rw-r--r-- | doc/html/tqvaluevector.html | 20 |
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> i, bool * 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 <a href="tqvaluevector.html">TQValueVector</a><T> & 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 <a href="tqvaluevector.html">TQValueVector</a><T> & 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> i ) </h3> |
