1 #ifndef __UNIFILESYSTEMGEN_H
2 #define __UNIFILESYSTEMGEN_H
4 #include "uniconfgen.h"
47 virtual void setv(
const UniConfPairList &pairs);
virtual void flush_buffers()
Flushes any commitment/notification buffers .
WvString is an implementation of a simple and efficient printable-string class.
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.
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.
virtual Iter * iterator(const UniConfKey &key)
Returns an iterator over the children of the specified key.
A default implementation of IUniConfGen, providing various handy features that save trouble when impl...
Creates a UniConf tree that mirrors some point in the Linux filesystem, with restrictions.