Tools.h++ Class Reference

Table Of Contents
Member Functions
virtual void
apply(RWapplyCollectable ap, void*);
Redefined from RWCollection. The function pointed to by ap will be called for each
member in the collection. Because of the nature of hashing collections, this will not be
done in any particular order. The function should not do anything that could change the
hash value or equality properties of the objects.
virtual RWspace
binaryStoreSize() const;
Inherited from RWCollection.
virtual void
clear();
Redefined from RWCollection.
virtual void
clearAndDestroy();
Inherited from RWCollection.
virtual int
compareTo(const RWCollectable*) const;
Inherited from RWCollection.
virtual RWBoolean
contains(const RWCollectable*) const;
Inherited from RWCollection.
virtual size_t
entries() const;
Redefined from RWCollection.
virtual RWCollectable*
find(const RWCollectable*) const;
Redefined from RWCollection.
virtual unsigned
hash() const;
Inherited from RWCollection.
virtual RWCollectable*
insert(RWCollectable* a);
Redefined from RWCollection. Returns a if successful, nil otherwise.