8 #ifndef __UNICONFWVGEN_H
9 #define __UNICONFWVGEN_H
11 #include "uniconfgen.h"
23 void notify(
void *userdata, WvStringParm section, WvStringParm entry,
24 WvStringParm oldval, WvStringParm newval);
40 virtual void setv(
const UniConfPairList &pairs);
45 #endif //__UNICONFWVGEN_H
virtual void set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
virtual void setv(const UniConfPairList &pairs)
Stores multiple key-value pairs into the registry.
virtual void flush_buffers()
Flushes any commitment/notification buffers .
WvConf configuration file management class: used to read/write config files that are formatted in the...
WvString is an implementation of a simple and efficient printable-string class.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
A default implementation of IUniConfGen, providing various handy features that save trouble when impl...
virtual Iter * iterator(const UniConfKey &key)
Returns an iterator over the children of the specified key.
A wrapper class for the wvconf iters to provide a UniConfGen iter.
virtual bool haschildren(const UniConfKey &key)
Returns true if a key has children.
A UniConf generator for backwards compatibility with WvConf.