10 #ifndef __UNICONFLISTGEN_H
11 #define __UNICONFLISTGEN_H
13 #include "uniconfgen.h"
14 #include "wvscatterhash.h"
45 virtual void setv(
const UniConfPairList &pairs);
62 #endif // __UNICONFLISTGEN_H
virtual void commit()
Commits any changes.
virtual void flush_buffers()
Flushes any commitment/notification buffers .
virtual bool exists(const UniConfKey &key)
Without fetching its value, returns true if a key exists.
virtual Iter * iterator(const UniConfKey &key)
Returns an iterator over the children of the specified key.
WvString is an implementation of a simple and efficient printable-string class.
virtual void setv(const UniConfPairList &pairs)
Stores multiple key-value pairs into the registry.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual void gencallback(const UniConfKey &key, WvStringParm value)
Called by first generator when a key changes.
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
virtual bool refresh()
Refreshes information about a key recursively.
A default implementation of IUniConfGen, providing various handy features that save trouble when impl...
virtual void set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
virtual bool haschildren(const UniConfKey &key)
Returns true if a key has children.
Accepts a list of UniConf generators, and stacks them, treating them as one uniconf source.
virtual bool isok()
Determines if the generator is usable and working properly.