home
wiki
classes/clusters list
class information
+
Point of view
All features
ANY
INTERNALS_HANDLER
All features
class ITERATOR_ON_BIT_STRING
Summary
top
Please do not use this class directly. Look at
ITERATOR
.
Direct parents
inherit list:
ITERATOR
Class invariant
top
bit_string
/= Void
Overview
top
creation features
make
(bit_string_:
BIT_STRING
)
features
bit_string
:
BIT_STRING
index
:
INTEGER_32
make
(bit_string_:
BIT_STRING
)
start
Positions the iterator to the first object in the aggregate to be traversed.
is_off
:
BOOLEAN
Returns True when there are no more objects in the sequence.
item
:
BOOLEAN
Returns the object at the current position in the sequence.
next
Positions the iterator to the next object in the sequence.
bit_string
:
BIT_STRING
writable attribute
top
index
:
INTEGER_32
writable attribute
top
make
(bit_string_:
BIT_STRING
)
effective procedure
top
ensure
bit_string
= bit_string_
start
effective procedure
top
Positions the iterator to the first object in the aggregate to be traversed.
is_off
:
BOOLEAN
effective function
top
Returns True when there are no more objects in the sequence.
item
:
BOOLEAN
effective function
top
Returns the object at the current position in the sequence.
require
not is_off
next
effective procedure
top
Positions the iterator to the next object in the sequence.
require
not is_off