diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqguardedptr.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (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/tqguardedptr.html')
-rw-r--r-- | doc/html/tqguardedptr.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqguardedptr.html b/doc/html/tqguardedptr.html index 992cd31ae..365435620 100644 --- a/doc/html/tqguardedptr.html +++ b/doc/html/tqguardedptr.html @@ -130,8 +130,8 @@ pointed to. <h3 class=fn>bool <a name="isNull"></a>TQGuardedPtr::isNull () const </h3> -<p> Returns <tt>TRUE</tt> if the referenced object has been destroyed or if -there is no referenced object; otherwise returns FALSE. +<p> Returns <tt>true</tt> if the referenced object has been destroyed or if +there is no referenced object; otherwise returns false. <h3 class=fn><a name="operator-T-*"></a>TQGuardedPtr::operator T * () const </h3> @@ -144,8 +144,8 @@ is required. </h3> <p> Inequality operator; implements pointer semantics, the negation of -<a href="#operator-eq-eq">operator==</a>(). Returns TRUE if <em>p</em> and this guarded pointer are -not pointing to the same object; otherwise returns FALSE. +<a href="#operator-eq-eq">operator==</a>(). Returns true if <em>p</em> and this guarded pointer are +not pointing to the same object; otherwise returns false. <h3 class=fn>T & <a name="operator*"></a>TQGuardedPtr::operator* () const </h3> @@ -175,9 +175,9 @@ object as <em>p</em> points to. </h3> <p> Equality operator; implements traditional pointer semantics. -Returns TRUE if both <em>p</em> and this guarded pointer are 0, or if +Returns true if both <em>p</em> and this guarded pointer are 0, or if both <em>p</em> and this pointer point to the same object; otherwise -returns FALSE. +returns false. <p> <p>See also <a href="#operator!-eq">operator!=</a>(). <!-- eof --> |