WvStreams
Public Member Functions | Protected Attributes | List of all members
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]

Public Member Functions

 RecursiveIter (const UniConf &_top)
 Creates a recursive iterator over a branch. More...
 
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

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().


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