#include <Iterator.h>
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. | |
This interface is implemented by the following classes:
1.5.2