Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWCollectableString
RWCollectable
RWCollectableString
RWCString
Synopsis
Description
Persistence
Public Constructors
Public Member Functions
Synopsis
typedef RWCollectableString String; // Smalltalk typedef
#include <rw/collstr.h>
RWCollectableString c;
Description
Collectable strings. This class is useful when strings are stored and retrieved as
RWCollectables, or when they are used as keys in the "dictionary" collection classes. Class
RWCollectableString inherits from both class RWCString and class RWCollectable. The virtual
functions of the base class RWCollectable have been redefined.
Persistence
Polymorphic