13 #include "unifiltergen.h"
60 #endif // __UNIDEFGEN_H
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
WvString is an implementation of a simple and efficient printable-string class.
virtual void set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
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 void flush_buffers()
Flushes any commitment/notification buffers .
virtual bool keymap(const UniConfKey &unmapped_key, UniConfKey &mapped_key)
A mapping function for filters that remap one keyspace onto another.
A UniConfGen that delegates all requests to an inner generator.