13#include "unifiltergen.h"
43class UniDefGen :
public UniFilterGen
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 set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
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.
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.