7 #ifndef __UNICONFPAIR_H 8 #define __UNICONFPAIR_H 10 #include "uniconfkey.h" 12 #include "wvhashtable.h" 28 : xkey(key), xvalue(value) { }
44 #endif //__UNICONFPAIR_H A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
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.
WvString is an implementation of a simple and efficient printable-string class.