5 #ifndef __UNIFASTREGETGEN_H
6 #define __UNIFASTREGETGEN_H
8 #include "unifiltergen.h"
53 #endif // __UNIFASTREGETGEN_H
A lightwight but slightly dangerous variant of UniCacheGen.
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.
WvString is an implementation of a simple and efficient printable-string class.
An abstract data container that backs a UniConf tree.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual bool exists(const UniConfKey &key)
Without fetching its value, returns true if a key exists.
virtual void gencallback(const UniConfKey &key, WvStringParm value)
Called by inner generator when a key changes.
A plain UniConfTree that holds keys and values.
A UniConfGen that delegates all requests to an inner generator.