Library: Util
Package: Configuration
Header: Poco/Util/AbstractConfiguration.h
A key-value pair, used as event argument.
KeyValue(
const std::string & key,
std::string & value
);
const std::string & key() const;
const std::string & value() const;
std::string & value();