diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntquuid.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntquuid.html')
| -rw-r--r-- | doc/html/ntquuid.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/ntquuid.html b/doc/html/ntquuid.html index a5379dc0b..4478cb6a1 100644 --- a/doc/html/ntquuid.html +++ b/doc/html/ntquuid.html @@ -82,7 +82,7 @@ tool to generate new UUIDs, for example, uuidgen and guidgen. <p> UUIDs can be constructed from numeric values or from strings, or using the static <a href="#createUuid">createUuid</a>() function. They can be converted to a string with <a href="#toString">toString</a>(). UUIDs have a <a href="#variant">variant</a>() and a <a href="#version">version</a>(), -and null UUIDs return TRUE from <a href="#isNull">isNull</a>(). +and null UUIDs return true from <a href="#isNull">isNull</a>(). <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Variant-enum"></a>TQUuid::Variant</h3> @@ -151,8 +151,8 @@ same or any other system, networked or not. <h3 class=fn>bool <a name="isNull"></a>TQUuid::isNull () const </h3> -Returns TRUE if this is the null UUID -{00000000-0000-0000-0000-000000000000}; otherwise returns FALSE. +Returns true if this is the null UUID +{00000000-0000-0000-0000-000000000000}; otherwise returns false. <h3 class=fn><a name="operator-TQString"></a>TQUuid::operator TQString () const </h3> @@ -163,15 +163,15 @@ Returns TRUE if this is the null UUID <h3 class=fn>bool <a name="operator!-eq"></a>TQUuid::operator!= ( const <a href="ntquuid.html">TQUuid</a> & other ) const </h3> -<p> Returns TRUE if this TQUuid and the <em>other</em> TQUuid are different; -otherwise returns FALSE. +<p> Returns true if this TQUuid and the <em>other</em> TQUuid are different; +otherwise returns false. <h3 class=fn>bool <a name="operator-lt"></a>TQUuid::operator< ( const <a href="ntquuid.html">TQUuid</a> & other ) const </h3> -<p> Returns TRUE if this TQUuid is of the same variant, +<p> Returns true if this TQUuid is of the same variant, and lexicographically before the <em>other</em> TQUuid; -otherwise returns FALSE. +otherwise returns false. <p> <p>See also <a href="#variant">variant</a>(). <h3 class=fn><a href="ntquuid.html">TQUuid</a> & <a name="operator-eq"></a>TQUuid::operator= ( const <a href="ntquuid.html">TQUuid</a> & uuid ) @@ -182,15 +182,15 @@ otherwise returns FALSE. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQUuid::operator== ( const <a href="ntquuid.html">TQUuid</a> & other ) const </h3> -<p> Returns TRUE if this TQUuid and the <em>other</em> TQUuid are identical; -otherwise returns FALSE. +<p> Returns true if this TQUuid and the <em>other</em> TQUuid are identical; +otherwise returns false. <h3 class=fn>bool <a name="operator-gt"></a>TQUuid::operator> ( const <a href="ntquuid.html">TQUuid</a> & other ) const </h3> -<p> Returns TRUE if this TQUuid is of the same variant, +<p> Returns true if this TQUuid is of the same variant, and lexicographically after the <em>other</em> TQUuid; -otherwise returns FALSE. +otherwise returns false. <p> <p>See also <a href="#variant">variant</a>(). <h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString"></a>TQUuid::toString () const |
