Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTValHashMap<K,T,H,EQ>
Synopsis
Please Note!
Description
Persistence
Related Classes
Public Typedefs
Public Constructors
Public Member Operators
Public Member Functions
Related Global Operators
Synopsis
#include <rw/tvhdict.h>
RWTValHashMap<K,T,H,EQ> m;
Please Note!
If you have the Standard C++ Library, use the interface described here. Otherwise, use
the interface for RWTValHashDictionary described in Appendix A.
Description
This class maintains a collection of keys, each with an associated item of type T. These pairs
are stored according to a hash object of type H. H must provide a hash function on elements of
type K via a public member
unsigned long operator()(const K& x)