10#include "uniconfgen.h"
22 virtual ~UniNullGen() { };
29 virtual void setv(
const UniConfPairList &pairs) { }
An abstract iterator over keys and values in a generator.
An iterator that's always empty.
UniConfGen()
Creates a UniConfGen object.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual void setv(const UniConfPairList &pairs)
Stores multiple key-value pairs into the registry.
virtual bool haschildren(const UniConfKey &key)
Returns true if a key has children.
virtual Iter * iterator(const UniConfKey &key)
Returns an iterator over the children of the specified key.
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
virtual void flush_buffers()
Flushes any commitment/notification buffers .
virtual void set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
WvString is an implementation of a simple and efficient printable-string class.