10 #include "uniconfgen.h"
11 #include "uniconftree.h"
12 #include "wvstringcache.h"
35 virtual void setv(
const UniConfPairList &pairs);
47 #endif // __UNITEMPGEN_H
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
virtual Iter * iterator(const UniConfKey &key)
Returns an iterator over the children of the specified key.
virtual bool haschildren(const UniConfKey &key)
Returns true if a key has children.
virtual void flush_buffers()
Flushes any commitment/notification buffers .
A cache table of WvString objects.
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 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 commit()
Commits any changes.
virtual bool refresh()
Refreshes information about a key recursively.
A plain UniConfTree that holds keys and values.
virtual void setv(const UniConfPairList &pairs)
Stores multiple key-value pairs into the registry.
A UniConf generator that stores keys in memory.