+
Point of view
All features
deferred class ADDRESS
Summary
The address of a host.
Direct parents
Inherit list: HASHABLE
Insert list: SOCKET_HANDLER
Known children
Inherit list: HOST, IPV4_ADDRESS
Overview
Features
{ANY}
{ACCESS, ADDRESS}
{ANY}
error: STRING
writable attribute
{ANY}
If there was an error
new_socket (access: ACCESS): SOCKET
deferred function
require
  • access /= Void
ensure
  • error = Void implies Result /= Void
hash_code: INTEGER_32
deferred function
{ANY}
The hash-code value of Current.
ensure
  • good_hash_value: Result >= 0
is_equal (other: ADDRESS): BOOLEAN
deferred function
{ANY}
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)