RWSetIterator man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



RWSetIterator(3C++)					   RWSetIterator(3C++)

Name
     RWSetIterator - Rogue Wave library class

Synopsis
	      #include <rw/rwset.h>

	      RWSet h;
	  RWSetIterator it(h) ;

Description
     Iterator for class RWSet, which allows sequential access to all the
     elements of RWSet.	 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
	      RWSetIterator(RWSet&);

     Construct an iterator for an RWSet.  After construction, the position of
     the iterator will be undefined.

Public Member Operator
	      virtual RWCollectable*
	  operator()();

     Inherited from RWHashTableIterator.

Public Member Functions
	      virtual RWCollectable*
	  findNext(const RWCollectable* target);

     Inherited from RWHashTableIterator.

									Page 1

RWSetIterator(3C++)					   RWSetIterator(3C++)

	      virtual RWCollectable*
	  key() const;

     Inherited from RWHashTableIterator.

	      RWCollectable*
	  remove();

     Inherited from RWHashTableIterator.

	      RWCollectable*
	  removeNext(const RWCollectable*);

     Inherited from RWHashTableIterator.

	      virtual void
	  reset();

     Inherited from RWHashTableIterator.

									Page 2

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net