WvStreams
|
This iterator walks through all immediate children of a UniConf node. More...
#include <uniconf.h>
Public Member Functions | |
Iter (const UniConf &_top) | |
Creates an iterator over the direct children of a branch. | |
void | rewind () |
bool | next () |
WvString | _value () const |
const UniConf * | ptr () const |
WvIterStuff (const UniConf) | |
Protected Attributes | |
UniConf | top |
UniConf | current |
This iterator walks through all immediate children of a UniConf node.