summaryrefslogtreecommitdiffstats
path: root/doc/html/tqhostaddress.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqhostaddress.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-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/tqhostaddress.html')
-rw-r--r--doc/html/tqhostaddress.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/tqhostaddress.html b/doc/html/tqhostaddress.html
index 4b5c51d5f..11b5ce69e 100644
--- a/doc/html/tqhostaddress.html
+++ b/doc/html/tqhostaddress.html
@@ -107,13 +107,13 @@ Destroys the host address object.
<h3 class=fn>bool <a name="isIPv4Address"></a>TQHostAddress::isIPv4Address () const
</h3>
-Returns TRUE if the host address represents an IPv4 address;
-otherwise returns FALSE.
+Returns true if the host address represents an IPv4 address;
+otherwise returns false.
<h3 class=fn>bool <a name="isIPv6Address"></a>TQHostAddress::isIPv6Address () const
</h3>
-Returns TRUE if the host address represents an IPv6 address;
-otherwise returns FALSE.
+Returns true if the host address represents an IPv6 address;
+otherwise returns false.
<h3 class=fn>bool <a name="isIp4Addr"></a>TQHostAddress::isIp4Addr () const
</h3>
@@ -122,7 +122,7 @@ otherwise returns FALSE.
<h3 class=fn>bool <a name="isNull"></a>TQHostAddress::isNull () const
</h3>
-Returns TRUE if this host address is null (INADDR_ANY or in6addr_any). The
+Returns true if this host address is null (INADDR_ANY or in6addr_any). The
default constructor creates a null address, and that address isn't valid
for any particular host or interface.
@@ -133,8 +133,8 @@ returns a reference to this object.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQHostAddress::operator== ( const&nbsp;<a href="tqhostaddress.html">TQHostAddress</a>&nbsp;&amp;&nbsp;other ) const
</h3>
-Returns TRUE if this host address is the same as <em>other</em>;
-otherwise returns FALSE.
+Returns true if this host address is the same as <em>other</em>;
+otherwise returns false.
<h3 class=fn>void <a name="setAddress"></a>TQHostAddress::setAddress ( TQ_UINT32&nbsp;ip4Addr )
</h3>
@@ -151,16 +151,16 @@ This is an overloaded member function, provided for convenience. It behaves esse
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the IPv4 or IPv6 address specified by the string
-representation <em>address</em> (e.g. "127.0.0.1"). Returns TRUE and
+representation <em>address</em> (e.g. "127.0.0.1"). Returns true and
sets the address if the address was successfully parsed; otherwise
-returns FALSE and leaves the address unchanged.
+returns false and leaves the address unchanged.
<h3 class=fn>TQ_UINT32 <a name="toIPv4Address"></a>TQHostAddress::toIPv4Address () const
</h3>
Returns the IPv4 address as a number.
<p> For example, if the address is 127.0.0.1, the returned value is
2130706433 (i.e. 0x7f000001).
-<p> This value is only valid when <a href="#isIp4Addr">isIp4Addr</a>() returns TRUE.
+<p> This value is only valid when <a href="#isIp4Addr">isIp4Addr</a>() returns true.
<p> <p>See also <a href="#toString">toString</a>().
<h3 class=fn>Q_IPV6ADDR <a name="toIPv6Address"></a>TQHostAddress::toIPv6Address () const
@@ -176,7 +176,7 @@ consists of 16 unsigned characters.
}
</pre>
-<p> This value is only valid when <a href="#isIPv6Address">isIPv6Address</a>() returns TRUE.
+<p> This value is only valid when <a href="#isIPv6Address">isIPv6Address</a>() returns true.
<p> <p>See also <a href="#toString">toString</a>().
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString"></a>TQHostAddress::toString () const