Tools.h++ Manual

104011 Tandem Computers Incorporated 22-37
22
Public member functions
RWTPtrHashDictionary* container() const;
Returns a pointer to the collection over which this iterator is iterating.
K* key() const;
Returns a pointer to the key at the iterator's current position. The results are
undefined if the iterator is no longer valid.
void reset();
Resets the iterator to the state it had immediately after construction.
void reset(RWTPtrHashDictionary& c);
Resets the iterator to iterate over the collection
c
.
V* value() const;
Returns a pointer to the value at the iterator's current position. The results are
undefined if the iterator is no longer valid.