+
Point of view
All features
expanded class EZMQ_FLAGS
Summary
Direct parents
Insert list: HASHABLE
Overview
Features
{ANY}
The only valid values:
{ANY}
{ANY}
{EZMQ_FLAGS}
{}
{}
value_of (a_flags: INTEGER_32): EZMQ_FLAGS
effective function
{ANY}
Dontwait: EZMQ_FLAGS
once function
{ANY}
ZMQ_DONTWAIT
Sndmore: EZMQ_FLAGS
once function
{ANY}
ZMQ_SNDMORE
None: EZMQ_FLAGS
once function
{ANY}
no flags
is_valid: BOOLEAN
writable attribute
{ANY}
flags: INTEGER_32
writable attribute
{ANY}
hash_code: INTEGER_32
effective function
{ANY}
The hash-code value of Current.
is_equal (other: EZMQ_FLAGS): BOOLEAN
effective function
{ANY}
Is other attached to an object considered equal to current object?
combine infix "and" (other: EZMQ_FLAGS): EZMQ_FLAGS
effective function
{ANY}
infix "and" combine (other: EZMQ_FLAGS): EZMQ_FLAGS
effective function
{ANY}
make (a_flags: INTEGER_32, valid: BOOLEAN)
effective procedure
default_create
effective procedure
{}
Default creation method.
init
once procedure
{}
map: HASHED_DICTIONARY[EZMQ_FLAGS, INTEGER_32]
once function
{}
Flags_dontwait: INTEGER_32
{}
Flags_sndmore: INTEGER_32
{}