#include <uniconf.h>
Inheritance diagram for UniConf::Iter:
Definition at line 463 of file uniconf.h.
Public Member Functions | |
Iter (const UniConf &_top) | |
Creates an iterator over the direct children of a branch. | |
~Iter () | |
void | rewind () |
bool | next () |
WvString | _value () const |
const UniConf * | ptr () const |
WvIterStuff (const UniConf) | |
Protected Attributes | |
UniConf | top |
UniConf | current |