A key-value pair, used as event argument.
More...
#include <AbstractConfiguration.h>
A key-value pair, used as event argument.
Definition at line 53 of file AbstractConfiguration.h.
◆ KeyValue()
Poco::Util::AbstractConfiguration::KeyValue::KeyValue |
( |
const std::string & | key, |
|
|
std::string & | value ) |
|
inline |
◆ key()
const std::string & Poco::Util::AbstractConfiguration::KeyValue::key |
( |
| ) |
const |
|
inline |
◆ value() [1/2]
std::string & Poco::Util::AbstractConfiguration::KeyValue::value |
( |
| ) |
|
|
inline |
◆ value() [2/2]
const std::string & Poco::Util::AbstractConfiguration::KeyValue::value |
( |
| ) |
const |
|
inline |
◆ _key
const std::string& Poco::Util::AbstractConfiguration::KeyValue::_key |
|
private |
◆ _value
std::string& Poco::Util::AbstractConfiguration::KeyValue::_value |
|
private |
The documentation for this class was generated from the following file: