#include <uniconf.h>
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 |
UniConf::Iter::Iter | ( | const UniConf & | _top | ) |
Creates an iterator over the direct children of a branch.
Definition at line 230 of file uniconf.cc.
References UniConf::fullkey(), UniMountGen::iterator(), UniConfRoot::mounts, UniConf::rootobj(), and UniConf::IterBase::top.