Tools.h++ Manual

21-18 104011 Tandem Computers Incorporated
21
Public member functions
virtual RWCollectable* findNext(const RWCollectable*
target);
Redefined from class
RWIterator
. Moves iterator to the next item which
compares equal to the object pointed to by
target
and returns it. If no item is
found, returns nil and the position of the iterator will be undefined.
virtual void reset();
Redefined from class
RWIterator
. Resets iterator to its state at construction.
virtual RWCollectable* key() const;
Redefined from class
RWIterator
. Returns the item at the current iterator
position.