Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Essential Tools Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWSetConstIterator

Module:  Essential Tools Module   Group:  RWCollectable Classes


RWSetConstIterator RWHashTableConstIterator RWConstIterator

Local Index

Members

Synopsis

#include <rw/rwset.h>
RWSet h;
RWSetConstIterator it(h);

Description

One of two iterators for class RWSet. This const iterator allows sequential access to all the elements of RWSet and prohibits any changes to the contents of the data structure. Note that because an RWSet is unordered, elements are not accessed in any particular order.

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.

Persistence

None

Public Constructor

RWSetConstIterator(RWSet&);

Public Member Operator

virtual const RWCollectable*
operator()(); 

Public Member Functions

virtual const RWCollectable*
findNext(const RWCollectable* target);
virtual const RWCollectable*
key() const;
virtual void
reset();


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.