5#ifndef __UNIFASTREGETGEN_H
6#define __UNIFASTREGETGEN_H
8#include "unifiltergen.h"
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...
A plain UniConfTree that holds keys and values.
A lightwight but slightly dangerous variant of UniCacheGen.
virtual bool exists(const UniConfKey &key)
Without fetching its value, returns true if a key exists.
virtual bool haschildren(const UniConfKey &key)
Returns true if a key has children.
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
virtual void gencallback(const UniConfKey &key, WvStringParm value)
Called by inner generator when a key changes.
A UniConfGen that delegates all requests to an inner generator.
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
WvString is an implementation of a simple and efficient printable-string class.