10 #include "uniconfgen.h" 11 #include "uniconftree.h" 12 #include "wvstringcache.h" 35 virtual void setv(
const UniConfPairList &pairs);
47 #endif // __UNITEMPGEN_H A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
A UniConf generator that stores keys in memory.
A cache table of WvString objects.
virtual void setv(const UniConfPairList &pairs)
Stores multiple key-value pairs into the registry.
An abstract iterator over keys and values in a generator.
A plain UniConfTree that holds keys and values.
virtual void commit()
Commits any changes.
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.
WvString is an implementation of a simple and efficient printable-string class.
A default implementation of IUniConfGen, providing various handy features that save trouble when impl...
virtual void flush_buffers()
Flushes any commitment/notification buffers .
virtual bool refresh()
Refreshes information about a key recursively.