Tools.h++ Manual

104011 Tandem Computers Incorporated 21-177
21
virtual RWCollectable* insert(RWCollectable* c);
Redefined from class
RWSlistCollectables
to call
append()
.
virtual RWClassID isA() const;
Redefined from class
RWCollectable
to return
__RWSLISTCOLLECTABLESQUEUE
.
virtual RWBoolean isEmpty() const;
Inherited from class
RWSlistCollectables
.
virtual RWCollectable* last() const;
Inherited from class
RWSlistCollectables
. Returns the last item in the
queue (the most recently inserted item).
virtual size_t occurrencesOf(const
RWCollectable* target) const;
size_t occurrencesOfReference(const
RWCollectable* e) const;
Inherited from class
RWSlistCollectables
.
virtual RWCollectable* remove(const RWCollectable*);
Redefined from class
RWSlistCollectables
. Calls
get()
. The argument is
ignored.