+
Point of view
All features
expanded class EZMQ_EVENT
Summary
Direct parents
Insert list: HASHABLE
Overview
Features
{ANY}
The only valid values:
{ANY}
{ANY}
{EZMQ_EVENT}
{}
{}
value_of (a_type: INTEGER_32): EZMQ_EVENT
effective function
{ANY}
ensure
is_set (a_value: INTEGER_32): BOOLEAN
effective function
{ANY}
Pollin: EZMQ_EVENT
once function
{ANY}
ZMQ_POLLIN
Pollout: EZMQ_EVENT
once function
{ANY}
ZMQ_POLLOUT
Pollerr: EZMQ_EVENT
once function
{ANY}
ZMQ_POLLERR
is_valid: BOOLEAN
effective function
{ANY}
type: INTEGER_32
writable attribute
{ANY}
hash_code: INTEGER_32
effective function
{ANY}
The hash-code value of Current.
ensure
  • good_hash_value: Result >= 0
is_equal (other: EZMQ_EVENT): 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)
make (a_type: INTEGER_32)
effective procedure
require
  • a_type /= 0
ensure
default_create
effective procedure
{}
Default creation method.
It is used when no creation method is specified if allowed. Note it may be renamed.
init
once procedure
{}
map: HASHED_DICTIONARY[EZMQ_EVENT, INTEGER_32]
once function
{}
Type_pollin: INTEGER_32
{}
Type_pollout: INTEGER_32
{}
Type_pollerr: INTEGER_32
{}