Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWCollectableInt
RWCollectable
RWCollectableInt
RWInteger
Synopsis
Description
Persistence
Public Constructors
Public Member Functions
Synopsis
typedef RWCollectableInt Integer; // Smalltalk typedef
#include <rw/collint.h>
RWCollectableInt i;
Description
Collectable integers. Inherits classes RWInteger and RWCollectable. This class is useful when
integers are used as keys in the "dictionary" collection classes, or if integers are stored and
retrieved as RWCollectables. The virtual functions of the base class RWCollectable have been
redefined.
Persistence
Polymorphic