sps::Iterator Class Reference

Declaration of the sps::Iterator interface. More...

#include <Iterator.h>

List of all members.

Public Member Functions

virtual bool HasMoreElements () const=0
 Checks if there are elements left.
virtual void Begin ()=0
 Sets the iterator on the first bit.
virtual void Next ()=0
 Sets the iterator to the next bit.
virtual size_t operator * () const=0
 Returns the current value(bit) the iterator points to.


Detailed Description

Declaration of the sps::Iterator interface.

This interface is implemented by the following classes:

See also:


The documentation for this class was generated from the following file:
Generated on Wed Jun 20 21:20:43 2007 for SparseSet by  doxygen 1.5.2