OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::PeerInfo::KeyValue Struct Reference

#include <peerinfo.hpp>

Public Member Functions

 KeyValue (const std::string &key_arg, const std::string &value_arg)
 
std::string to_string () const
 

Public Attributes

std::string key
 
std::string value
 

Detailed Description

Definition at line 37 of file peerinfo.hpp.

Constructor & Destructor Documentation

◆ KeyValue()

openvpn::PeerInfo::KeyValue::KeyValue ( const std::string &  key_arg,
const std::string &  value_arg 
)
inline

Definition at line 39 of file peerinfo.hpp.

Member Function Documentation

◆ to_string()

std::string openvpn::PeerInfo::KeyValue::to_string ( ) const
inline

Definition at line 48 of file peerinfo.hpp.

Member Data Documentation

◆ key

std::string openvpn::PeerInfo::KeyValue::key

Definition at line 45 of file peerinfo.hpp.

◆ value

std::string openvpn::PeerInfo::KeyValue::value

Definition at line 46 of file peerinfo.hpp.


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