Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
Return to the Appendix home page.
©Copyright 1996 Rogue Wave Software
RWTPtrHashSet<T>
Alternate template: Standard C++ Library not required
RWTPtrHashSet<T> RWTPtrHashTable<T>
Synopsis
Please Note!
Description
Persistence
Example
Public Constructor
Public Member Functions
Synopsis
#include <rw/tphset.h>
unsigned hashFun(const T&);
RWTPtrHashSet(hashFun) set;
Please Note!
If you do not have the Standard C++ Library, use the interface described here. Otherwise, use the
interface to RWTPtrHashSet described in the Class Reference.
Description
RWTPtrHashSet<T> is a derived class of RWTPtrHashTable<T> where the insert() function has been
overridden to accept only one item of a given value. Hence, each item in the collection will have a
unique value.