|
WvStreams
|
This iterator performs depth-first traversal of a subtree. More...
#include <uniconf.h>
Public Member Functions | |
| RecursiveIter (const UniConf &_top) | |
| Creates a recursive iterator over a branch. | |
| void | rewind () |
| bool | next () |
| WvString | _value () const |
| const UniConf * | ptr () const |
| WvIterStuff (const UniConf) | |
Protected Attributes | |
| UniConf | top |
| UniConf | current |
This iterator performs depth-first traversal of a subtree.
| UniConf::RecursiveIter::RecursiveIter | ( | const UniConf & | _top | ) |
Creates a recursive iterator over a branch.
Definition at line 243 of file uniconf.cc.
References UniConf::fullkey(), and UniConf::rootobj().
|
inlineinherited |