WvStreams
Public Member Functions | Protected Attributes
UniConf::RecursiveIter Class Reference

This iterator performs depth-first traversal of a subtree. More...

#include <uniconf.h>

Inheritance diagram for UniConf::RecursiveIter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 RecursiveIter (const UniConf &_top)
 Creates a recursive iterator over a branch.
void rewind ()
bool next ()
WvString _value () const
const UniConfptr () const
 WvIterStuff (const UniConf)

Protected Attributes

UniConf top
UniConf current

Detailed Description

This iterator performs depth-first traversal of a subtree.

Definition at line 466 of file uniconf.h.


Constructor & Destructor Documentation

Creates a recursive iterator over a branch.

Definition at line 243 of file uniconf.cc.

References UniConf::fullkey(), and UniConf::rootobj().


The documentation for this class was generated from the following files: