10#include "uniconfkey.h"
12#include "wvhashtable.h"
28 : xkey(key), xvalue(value) { }
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
Represents a simple key-value pair.
UniConfPair(const UniConfKey &key, WvStringParm value)
Creates a UniConfPair.
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.