10 #include "unifiltergen.h"
51 void be_slow(WvStringParm what);
52 void be_slow(WVSTRING_FORMAT_DECL)
53 { be_slow(
WvString(WVSTRING_FORMAT_CALL)); }
56 #endif //__UNISLOWGEN_H
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
virtual bool haschildren(const UniConfKey &key)
Returns true if a key has children.
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.
An abstract data container that backs a UniConf tree.
virtual bool exists(const UniConfKey &key)
Without fetching its value, returns true if a key exists.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
IUniConfGen * inner() const
Returns the inner generator.
virtual void flush_buffers()
Flushes any commitment/notification buffers .
virtual bool refresh()
Refreshes information about a key recursively.
A UniConfGen that counts all "potentially synchronous" (ie.
virtual void commit()
Commits any changes.
virtual Iter * recursiveiterator(const UniConfKey &key)
Like iterator(), but the returned iterator is recursive, that is, it will return children of the imme...
A UniConfGen that delegates all requests to an inner generator.