7 #ifndef __UNICONFNULL_H
8 #define __UNICONFNULL_H
10 #include "uniconfgen.h"
29 virtual void setv(
const UniConfPairList &pairs) { }
35 #endif // __UNICONFNULL_H
virtual Iter * iterator(const UniConfKey &key)
Returns an iterator over the children of the specified key.
A generator that is always empty and rejects changes.
virtual void setv(const UniConfPairList &pairs)
Stores multiple key-value pairs into the registry.
WvString is an implementation of a simple and efficient printable-string class.
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual void set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
A default implementation of IUniConfGen, providing various handy features that save trouble when impl...
virtual void flush_buffers()
Flushes any commitment/notification buffers .
An iterator that's always empty.
virtual bool haschildren(const UniConfKey &key)
Returns true if a key has children.
An abstract iterator over keys and values in a generator.