Tools.h++ Manual
104011 Tandem Computers Incorporated 21-125
21
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.
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 will require rehashing
all the members of the collection. If
n
is zero, then an appropriate size will be
picked automatically.