Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
Return to the Appendix home page.
©Copyright 1996 Rogue Wave Software
RWTValDlistIterator<T>
Alternate template: Standard C++ Library not required
Synopsis
Please Note!
Description
Persistence
Public Constructor
Public Member Operators
Public Member Functions
Synopsis
#include <rw/tvdlist.h>
RWTValDlist<T> list;
RWTValDlistIterator<T> iterator(list);
Please Note!
If you do not have the Standard C++ Library, use the interface described here. Otherwise, use the
interface to RWTValDlistIterator described in the Class Reference.
Description
Iterator for class RWTValDlist<T>, allowing sequential access to all the elements of a doubly-linked
parameterized list. Elements are accessed in order, in either direction.
Like all Rogue Wave iterators, the "current item" is undefined immediately after construction -- you
must define it by using operator() or some other (valid) operation.
Once the iterator has advanced beyond the end of the collection it is no longer valid -- continuing to use