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

#include <ovpncli.hpp>

Public Member Functions

 KeyValue ()
 
 KeyValue (std::string key_arg, std::string value_arg)
 

Public Attributes

std::string key
 
std::string value
 

Detailed Description

Definition at line 149 of file ovpncli.hpp.

Constructor & Destructor Documentation

◆ KeyValue() [1/2]

openvpn::ClientAPI::KeyValue::KeyValue ( )
inline

Definition at line 151 of file ovpncli.hpp.

◆ KeyValue() [2/2]

openvpn::ClientAPI::KeyValue::KeyValue ( std::string  key_arg,
std::string  value_arg 
)
inline

Definition at line 155 of file ovpncli.hpp.

Member Data Documentation

◆ key

std::string openvpn::ClientAPI::KeyValue::key

Definition at line 161 of file ovpncli.hpp.

◆ value

std::string openvpn::ClientAPI::KeyValue::value

Definition at line 162 of file ovpncli.hpp.


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