Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

UniWvConfGen::WvConfIter Class Reference

#include <uniwvconfgen.h>

Inherits UniConfGen::Iter.

Collaboration diagram for UniWvConfGen::WvConfIter:

[legend]
List of all members.

Detailed Description

A wrapper class for the wvconf iters to provide a UniConfGen iter.

Definition at line 41 of file uniwvconfgen.h.

Public Member Functions

 WvConfIter (WvConfigSection *sect)
virtual void rewind ()
 Rewinds the iterator.
virtual bool next ()
 Seeks to the next element in the sequence.
virtual UniConfKey key () const
 Returns the current key.

Protected Attributes

WvConfigSection::Iter i


Constructor & Destructor Documentation

UniWvConfGen::WvConfIter::WvConfIter WvConfigSection sect  ) 
 

Definition at line 90 of file uniwvconfgen.cc.


Member Function Documentation

UniConfKey UniWvConfGen::WvConfIter::key  )  const [virtual]
 

Returns the current key.

Implements UniConfGen::Iter.

Definition at line 108 of file uniwvconfgen.cc.

References i.

bool UniWvConfGen::WvConfIter::next  )  [virtual]
 

Seeks to the next element in the sequence.

Returns true if that element exists. Must be called prior to the first invocation of key().

Implements UniConfGen::Iter.

Definition at line 102 of file uniwvconfgen.cc.

References i.

void UniWvConfGen::WvConfIter::rewind  )  [virtual]
 

Rewinds the iterator.

Must be called prior to the first invocation of next().

Implements UniConfGen::Iter.

Definition at line 96 of file uniwvconfgen.cc.

References i.


Member Data Documentation

WvConfigSection::Iter UniWvConfGen::WvConfIter::i [protected]
 

Definition at line 44 of file uniwvconfgen.h.

Referenced by key(), next(), and rewind().


The documentation for this class was generated from the following files:
Generated on Wed Dec 15 15:08:26 2004 for WvStreams by  doxygen 1.3.9.1