Tools.h++ Manual
21-42 104011 Tandem Computers Incorporated
21
RWCollectable* removeKeyAndValue(const 
RWCollectable* target,
RWCollectable*& v);
Removes the key and value pair for which the key compares equal to the object 
pointed to by 
target
. Returns the key, or nil if no match was found. The 
value is put in 
v
. You are responsible for deļ¬ning 
v 
before calling this 
function.
virtual void restoreGuts(RWvistream&);
virtual void restoreGuts(RWFile&);
virtual void saveGuts(RWvostream&) const;
virtual void saveGuts(RWFile&) const;
Inherited from class 
RWCollection
.










