Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTValMap<K,T,C>
Synopsis
Standard C++ Library Dependent!
Description
Persistence
Examples
Related Classes
Public Typedefs
Public Constructors
Public Member Operators
Public Member Functions
Related Global Operators
Synopsis
#include <rw/tvmap.h>
RWTValMap<K,T,C> m;
Standard C++ Library Dependent!
RWTValMap requires the Standard C++ Library.
Description
This class maintains a collection of keys, each with an associated item of type T. Order is
determined by the key according to a comparison object of type C. C must induce a total
ordering on elements of type K via a public member
bool operator()(const K& x, const K& y) const