Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWIdentitySet
RWIdentitySet RWSet RWHashTable RWCollection ...
...
RWCollectable
Synopsis
Description
Persistence
Public Constructor
Public Member Functions
Synopsis
#include <rw/idenset.h>
typedef RWIdentitySet IdentitySet; // Smalltalk typedef
RWIdentitySet a;
Description
The class RWIdentitySet is similar to class RWSet except that items are found by requiring that they be
identical (i.e., have the same address) as the key, rather than being equal (i.e., test true for isEqual()).
The iterator for this class is RWSetIterator.
Persistence
Polymorphic
Public Constructor
RWIdentitySet(size_t n = RWDEFAULT_CAPACITY);
Construct an empty identity set with n hashing buckets.