Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

RWIdentitySet


RWIdentitySet-->RWSet-->RWHashTable-->RWCollection -->RWCollectable

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

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);

Public Member Functions

The user interface to this class is identical to class RWSet and is not reproduced here. The only difference between the classes is that keys are found on the basis of identity rather than equality, and that the virtual function isA() returns __RWIDENTITYSET, the ClassId for RWIdentitySet.



Previous fileTop of documentContentsIndexNext file
©Copyright 1999, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.