+
Point of view
All features
deferred class EZMQ_SOCKET
Summary
Direct parents
Inherit list: HASHABLE
Known children
Inherit list: EZMQ_SOCKET_ZMQ
Class invariant
Overview
Features
{ANY}
{EZMQ_POLLABLE}
{EZMQ_HUB}
{ANY}
is_equal (other: EZMQ_SOCKET): BOOLEAN
effective 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)
type: EZMQ_TYPE
writable attribute
{ANY}
is_valid: BOOLEAN
deferred function
{ANY}
send (message: ABSTRACT_STRING, flags: EZMQ_FLAGS)
deferred procedure
{ANY}
require
receive (capacity: INTEGER_32, flags: EZMQ_FLAGS)
deferred procedure
{ANY}
require
last_received: ABSTRACT_STRING
deferred function
{ANY}
require
is_connected: BOOLEAN
deferred function
{ANY}
disconnect
deferred procedure
{ANY}
require
input_event: EZMQ_SOCKET_INPUT
deferred function
{ANY}
register (hub: EZMQ_HUB)
deferred procedure
register_pollitems (pollitems: EZMQ_ZMQ_POLLITEMS, a_event: EZMQ_EVENT)
deferred procedure
require
  • pollitems /= Void
  • a_event.is_valid
hash_code: INTEGER_32
deferred function
{ANY}
The hash-code value of Current.
ensure
  • good_hash_value: Result >= 0