Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTValMultiMapIterator<K,T,C>
Synopsis
Standard C++ Library Dependent!
Description
Persistence
Examples
Public Constructors
Public Member Operators
Public Member Functions
Synopsis
#include<rw/tvmmap.h>
RWTValMultiMap<K,T,C> vm;
RWTValMultiMapIterator<K,T,C> itr(vm);
Standard C++ Library Dependent!
RWTValMultiMapIterator requires the Standard C++ Library.
Description
RWTValMultiMapIterator is supplied with Tools.h++ 7 to provide an iterator interface for
class RWTValMultiMap that has backward compatibility with the container iterators provided
in Tools.h++ 6.x.
The order of iteration for an RWTValMultiMap is dependent upon the comparator object as
applied to the keys of the stored associations.
The current item referenced by this iterator is undefined after construction or after a call to
reset(). The iterator becomes valid after being advanced with either a preincrement or