Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWTPtrSortedDlistIterator<T,C>
Synopsis
Standard C++ Library Dependent!
Description
Persistence
Examples
Public Constructors
Public Member Operators
Public Member Functions
Synopsis
#include<rw/tpsrtdli.h>
RWTPtrSortedDlist<T,C> dl;
RWTPtrSortedDlistIterator<T,C> itr(dl);
Standard C++ Library Dependent!
RWTPtrSortedDlistIterator requires the Standard C++ Library.
Description
RWTPtrSortedDlistIterator is supplied with Tools.h++ 7.x to provide an iterator interface to
the new Standard Library based collections that has backward compatibility with the container
iterators provided in Tools.h++ 6.x.
The order of iteration over an RWTPtrSortedDlist is dependent on the comparator object
parameter C as applied to the values stored in the container.
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