10#include "uniconfkey.h"
12#include "wvhashtable.h"
28 : xkey(key), xvalue(value) { }
34 const WvString &value()
37 void setvalue(WvStringParm value) { xvalue = value; }
39 void setkey(UniConfKey &key) { xkey = key; }
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.