Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTValSlistIterator<T>
Synopsis
Please Note!
Description
Persistence
Examples
Public Constructors
Public Member Operators
Public Member Functions
Synopsis
#include<rw/tvslist.h>
RWTValSlist<T> dl;
RWTValSlistIterator<T> itr(dl);
Please Note!
If you have the Standard C++ Library, use the interface described here. Otherwise, use
the restricted interface to RWTValSlistIterator described in Appendix A.
Description
RWTValSlistIterator is supplied with Tools.h++ 7 to provide an iterator interface for class
RWTValSlistIterator that is backward compatible with the container iterators provided in
Tools.h++ 6.x.
The order of iteration over an RWTValSlist is dependent on the order of insertion of the values
into the container.
The current item referenced by this iterator is undefined after construction or after a call to