Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWCollectable
Synopsis
Description
Persistence
Virtual Functions
Static Public Member Functions
Related Global Operators
Synopsis
typedef RWCollectable Object; // Smalltalk typedef
#include <rw/collect.h>
Description
Class RWCollectable is an abstract base class for collectable objects. This class contains virtual
functions for identifying, hashing, comparing, storing and retrieving collectable objects. While
these virtual functions have simple default definitions, objects that inherit this base class will
typically redefine one or more of them.
Persistence
Polymorphic
Virtual Functions
virtual
~RWCollectable();
All functions that inherit class RWCollectable have virtual destructors. This allows them
to be deleted by such member functions as removeAndDestroy() without knowing their
type.
virtual RWspace