Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTValMultiSet<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/tvmset.h>
RWTValMultiSet<T,C>
Standard C++ Library Dependent!
RWTValMultiSet requires the Standard C++ Library.
Description
This class maintains a collection of values, which are ordered according to a comparison object
of type C. C must induce a total ordering on elements of type T via a public member
bool operator()(const T& x, const T& y) const
which returns true if x should precede y within the collection. The structure less<T> from the