13#include "unifiltergen.h"
45 UniConfKey finddefault(
const UniConfKey &key,
char *p,
char *q);
46 WvString replacewildcard(
const UniConfKey &key,
47 const UniConfKey &defkey, WvStringParm in);
50 UniDefGen(IUniConfGen *gen) : UniFilterGen(gen) { }
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual bool keymap(const UniConfKey &unmapped_key, UniConfKey &mapped_key)
A mapping function for filters that remap one keyspace onto another.
virtual void flush_buffers()
Flushes any commitment/notification buffers .
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
virtual void set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
A UniConfGen that delegates all requests to an inner generator.
WvString is an implementation of a simple and efficient printable-string class.