Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTValDlistIterator<T>
Synopsis
Please Note!
Description
Persistence
Examples
Public Constructors
Public Member Operators
Public Member Functions
Synopsis
#include<rw/tvdlist.h>
RWTValDlist<T> dl;
RWTValDlistIterator<T> itr(dl);
Please Note!
If you have the Standard C++ Library, use the interface described here. Otherwise, use
the restricted interface to RWTValDlistIterator described in Appendix A.
Description
RWTValDlistIterator provides an iterator interface to the Tools.h++ 7 Standard Library based
collections which is compatible with the iterator interface provided for the Tools.h++ 6.x
containers.
The order of iteration over an RWTValDlist 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