#include <uniwvconfgen.h>
Inherits UniConfGen::Iter.
Collaboration diagram for UniWvConfGen::WvConfIter:
Definition at line 41 of file uniwvconfgen.h.
Public Member Functions | |
WvConfIter (WvConfigSection *sect) | |
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. | |
Protected Attributes | |
WvConfigSection::Iter | i |
|
Definition at line 90 of file uniwvconfgen.cc. |
|
Returns the current key.
Implements UniConfGen::Iter. Definition at line 108 of file uniwvconfgen.cc. References i. |
|
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 102 of file uniwvconfgen.cc. References i. |
|
Rewinds the iterator. Must be called prior to the first invocation of next(). Implements UniConfGen::Iter. Definition at line 96 of file uniwvconfgen.cc. References i. |
|
Definition at line 44 of file uniwvconfgen.h. |