home
wiki
classes/clusters list
class information
+
Point of view
ANY
ANY
INTERNALS_HANDLER
All features
deferred class ADDRESS
Summary
top
The address of a host.
Direct parents
inherit list:
HASHABLE
insert list:
ANY
Known children
inherit list:
HOST
,
IP_ADDRESS
Overview
top
exported features
ip
:
IP_ADDRESS
The resolved address
error
:
STRING
If there was an error
hash_code
:
INTEGER_32
The hash-code value of
Current
.
is_equal
(other: ADDRESS):
BOOLEAN
Is
other
attached to an object considered equal to current object?
ip
:
IP_ADDRESS
deferred function
top
The resolved address
ensure
conservative:
Result =
ip
error
:
STRING
writable attribute
top
If there was an error
hash_code
:
INTEGER_32
deferred function
top
The hash-code value of
Current
.
ensure
good_hash_value:
Result >= 0
is_equal
(other: ADDRESS):
BOOLEAN
deferred function
top
Is
other
attached to an object considered equal to current object?
require
other /= Void
ensure
Result implies
hash_code
= other.
hash_code
commutative:
generating_type = other.generating_type implies Result = other.is_equal(Current)