Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Util::AbstractConfiguration::KeyValue Class Reference

A key-value pair, used as event argument. More...

#include <AbstractConfiguration.h>

Public Member Functions

 KeyValue (const std::string &key, std::string &value)
 
const std::string & key () const
 
const std::string & value () const
 
std::string & value ()
 

Private Attributes

const std::string & _key
 
std::string & _value
 

Detailed Description

A key-value pair, used as event argument.

Definition at line 53 of file AbstractConfiguration.h.

Constructor & Destructor Documentation

◆ KeyValue()

Poco::Util::AbstractConfiguration::KeyValue::KeyValue ( const std::string & key,
std::string & value )
inline

Definition at line 57 of file AbstractConfiguration.h.

Member Function Documentation

◆ key()

const std::string & Poco::Util::AbstractConfiguration::KeyValue::key ( ) const
inline

Definition at line 63 of file AbstractConfiguration.h.

◆ value() [1/2]

std::string & Poco::Util::AbstractConfiguration::KeyValue::value ( )
inline

Definition at line 73 of file AbstractConfiguration.h.

◆ value() [2/2]

const std::string & Poco::Util::AbstractConfiguration::KeyValue::value ( ) const
inline

Definition at line 68 of file AbstractConfiguration.h.

Member Data Documentation

◆ _key

const std::string& Poco::Util::AbstractConfiguration::KeyValue::_key
private

Definition at line 79 of file AbstractConfiguration.h.

◆ _value

std::string& Poco::Util::AbstractConfiguration::KeyValue::_value
private

Definition at line 80 of file AbstractConfiguration.h.


The documentation for this class was generated from the following file: