Tools.h++ Manual

104011 Tandem Computers Incorporated 22-91
22
void reset();
Resets the iterator to the state it had immediately after construction.
void reset(RWTValHashDictionary& c);
Resets the iterator to iterate over the collection
c
.
V value() const;
Returns the value at the iterator's current position. The results are undefined if
the iterator is no longer valid.