|
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.
| UniConf::Iter::Iter | ( | const UniConf & | _top | ) |
Creates an iterator over the direct children of a branch.
Definition at line 232 of file uniconf.cc.
References UniConf::fullkey(), and UniConf::rootobj().
|
inlineinherited |