1 #ifndef __UNIFILESYSTEMGEN_H 2 #define __UNIFILESYSTEMGEN_H 4 #include "uniconfgen.h" 47 virtual void setv(
const UniConfPairList &pairs);
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...
virtual void flush_buffers()
Flushes any commitment/notification buffers .
An abstract iterator over keys and values in a generator.
Creates a UniConf tree that mirrors some point in the Linux filesystem, with restrictions.
virtual void setv(const UniConfPairList &pairs)
Stores multiple key-value pairs into the registry.
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.
A default implementation of IUniConfGen, providing various handy features that save trouble when impl...