Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWCollectableAssociation
RWCollectableAssociation RWCollectable
Synopsis
Description
Persistence
Related Classes
Public Constructors
Public Destructor
Public Member Functions
Synopsis
#include <rw/collass.h>
Description
RWCollectableAssociation inherits class RWCollectable. Used internally to associate a key with
a value in the Tools.h++ "dictionary" collection classes. Comparison and equality testing are
forwarded to the key part of the association.
Persistence
Polymorphic
Related Classes
The "dictionary containers" RWBTreeDictionary, RWHashDictionary, and
RWIdentityDictionary make use of RWCollectableAssociation. When any of their contents is
dealt with as an RWCollectable, as when operator+=() or asBag() etc. is used, the
RWCollectableAssociation will be exposed.