Tools.h++ Class Reference

Table Of Contents
Inherited from class RWOrdered. Note that RWOrdered::remove() uses the virtual function
index() to perform its search. Hence, a binary search will be used.
virtual void
removeAndDestroy(const RWCollectable* target);
Inherited from class RWCollection.
RWCollectable*
removeAt(size_t index);
Inherited from class RWOrdered. Removes the item at the position index in the collection
and returns it.