Tools.h++ Manual

21-174 104011 Tandem Computers Incorporated
21
to by
e
(that is, that has address
e
), removes it from the list and returns it.
Afterwards, the iterator will be positioned at the previous item in the list. If no
item is found, returns nil and the position of the iterator will be undefined.
virtual void reset();
Redefined from class
RWIterator
. Resets the iterator. Afterwards, the
position of the iterator will be undefined.
void toFirst();
Moves the iterator to the beginning of the list.
void toLast();
Moves the iterator to the end of the list.