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