11 #ifndef __UNICONFREGISTRY_H 12 #define __UNICONFREGISTRY_H 14 #include "uniconfgen.h" 41 virtual void setv(
const UniConfPairList &pairs);
59 virtual void rewind();
79 enum Enumerating { KEYS, VALUES } m_enumerating;
84 const HKEY m_dontClose;
87 #endif // __UNICONFREGISTRY_H virtual bool haschildren(const UniConfKey &key)
Returns true if a key has children.
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 Iter * iterator(const UniConfKey &key)
Returns an iterator over the children of the specified key.
An abstract iterator over keys and values in a generator.
A generator that exposes the windows registry.
virtual void flush_buffers()
Flushes any commitment/notification buffers .
virtual void setv(const UniConfPairList &pairs)
Stores multiple key-value pairs into the registry.
virtual bool exists(const UniConfKey &key)
Without fetching its value, returns true if a key exists.
virtual bool isok()
Determines if the generator is usable and working properly.
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...
A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's...