Tools.h++ Class Reference

Table Of Contents
virtual RWClassID
isA() const;
Redefined from RWCollection to return __RWHASHTABLE.
virtual RWBoolean
isEmpty() const;
Redefined from RWCollection.
virtual RWBoolean
isEqual(const RWCollectable*) const;
Redefined from RWCollection.
virtual RWCollectable*
newSpecies() const;
Redefined from RWCollection.
virtual size_t
occurrencesOf(const RWCollectable*) const;
Redefined from RWCollection.
virtual RWCollectable*
remove(const RWCollectable*);
Redefined from RWCollection.
virtual void
removeAndDestroy(const RWCollectable*);
Inherited from RWCollection.
virtual void
resize(size_t n = 0);
Resizes the internal hash table to have n buckets. This causes rehashing all the members
of the collection. If n is zero, then an appropriate size will be picked automatically.
virtual void
restoreGuts(RWvistream&);
virtual void
restoreGuts(RWFile&);
virtual void
saveGuts(RWvostream&) const;
virtual void
saveGuts(RWFile&) const;
Inherited from class RWCollection.
RWStringID
stringID();