Tools.h++ Class Reference

Table Of Contents
virtual RWCollectable*
key() const = 0;
Returns the item at the current iterator position.
virtual RWCollectable*
operator()() = 0;
Advances the iterator and returns the next item, or nil if the end of the collection has been
reached.
virtual void
reset() = 0;
Resets the iterator to the state it had immediately after construction.