Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTValMapIterator<K,T,C>
Synopsis
Standard C++ Library Dependent!
Description
Persistence
xamples
Public Constructors
Public Member Operators
Public Member Functions
Synopsis
#include<rw/tvmap.h>
RWTValMap<K,T,C> vm;
RWTValMapIterator<K,T,C> itr(vm);
Standard C++ Library Dependent!
RWTValMapIterator requires the Standard C++ Library.
Description
RWTValMapIterator is supplied with Tools.h++ 7 to provide an iterator interface to
RWTValMapIterator that is backward compatable with the container iterators provided in
Tools.h++ 6.x.
The order of iteration over an RWTValMap is dependent on the comparator object supplied as
applied to the key values 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 operator().