WvStreams
Public Member Functions | Protected Attributes | List of all members
UniConf::Iter Class Reference

This iterator walks through all immediate children of a UniConf node. More...

#include <uniconf.h>

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

Public Member Functions

 Iter (const UniConf &_top)
 Creates an iterator over the direct children of 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 walks through all immediate children of a UniConf node.

Definition at line 435 of file uniconf.h.

Constructor & Destructor Documentation

◆ Iter()

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

◆ ~Iter()

UniConf::Iter::~Iter ( )
inline

Definition at line 443 of file uniconf.h.

Member Function Documentation

◆ rewind()

void UniConf::Iter::rewind ( )
inline

Definition at line 446 of file uniconf.h.

◆ next()

bool UniConf::Iter::next ( )
inline

Definition at line 448 of file uniconf.h.

◆ _value()

WvString UniConf::Iter::_value ( ) const
inline

Definition at line 458 of file uniconf.h.

◆ ptr()

const UniConf * UniConf::IterBase::ptr ( ) const
inlineinherited

Definition at line 426 of file uniconf.h.

Member Data Documentation

◆ top

UniConf UniConf::IterBase::top
protectedinherited

Definition at line 418 of file uniconf.h.

◆ current

UniConf UniConf::IterBase::current
protectedinherited

Definition at line 419 of file uniconf.h.


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