Tools.h++ Class Reference

Table Of Contents
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.