#include <uniconfgen.h>
Inherits UniConfGen::Iter.
Collaboration diagram for UniConfGen::NullIter:
This is handy if you don't have anything good to iterate over.
Definition at line 265 of file uniconfgen.h.
Public Member Functions | |
virtual void | rewind () |
Rewinds the iterator. | |
virtual bool | next () |
Seeks to the next element in the sequence. | |
virtual UniConfKey | key () const |
Returns the current key. |
|
Returns the current key.
Implements UniConfGen::Iter. Definition at line 272 of file uniconfgen.h. |
|
Seeks to the next element in the sequence. Returns true if that element exists. Must be called prior to the first invocation of key(). Implements UniConfGen::Iter. Definition at line 271 of file uniconfgen.h. |
|
Rewinds the iterator. Must be called prior to the first invocation of next(). Implements UniConfGen::Iter. Definition at line 270 of file uniconfgen.h. |