10#include "uniconfgen.h"
11#include "wvscatterhash.h"
12#include "wvstringcache.h"
13#include "wvstringlist.h"
31 DeclareWvScatterTable(UniConfKey);
32 UniConfKeyTable keylook;
38 UniConfKeyList::Iter ki;
39 WvStringList::Iter vi;
44 UniListIter(IUniConfGen *_gen);
An abstract iterator over keys and values in a generator.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
An iterator that iterates through a constant list of keys.
virtual WvString value() const
Returns the value of the current key.
void autofill(IUniConfGen::Iter *source)
Automatically fill the contents of this iterator by calling add() for each element of the 'source' it...
virtual UniConfKey key() const
Returns the current key.
void add(const UniConfKey &k, WvStringParm v=WvString::null)
Add a key/value pair to the list that gets returned by this iterator.
virtual bool next()
Seeks to the next element in the sequence.
virtual void rewind()
Rewinds the iterator.
WvString is an implementation of a simple and efficient printable-string class.