Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTPtrHashSet<T,H,EQ>
Synopsis
Please Note!
Description
Persistence
Example
Related Classes
Public Typedefs
Public Constructors
Public Member Operators
Public Member Functions
Related Global Operators
Synopsis
#include <rw/tphset.h>
RWTPtrHashSet<T,H,EQ> s;
Please Note!
If you have the Standard C++ Library, use the interface described here. Otherwise, use the
restricted interface to RWTPtrHashSet described in Appendix A.
Description
This class maintains a pointer-based collection of values, which are stored according to a hash
object of type H. Class T is the type pointed to by the items in the collection. H must provide a hash
function on elements of type T via a public member
unsigned long operator()(const T& x)
Objects within the collection will be grouped together based on an equality object of type EQ. EQ