OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::URL::Parm Struct Reference

#include <urlparm.hpp>

Public Member Functions

 Parm ()
 
 Parm (const std::string &name_arg, const std::string &value_arg)
 
std::string to_string () const
 

Public Attributes

std::string name
 
std::string value
 

Detailed Description

Definition at line 27 of file urlparm.hpp.

Constructor & Destructor Documentation

◆ Parm() [1/2]

openvpn::URL::Parm::Parm ( )
inline

Definition at line 29 of file urlparm.hpp.

◆ Parm() [2/2]

openvpn::URL::Parm::Parm ( const std::string &  name_arg,
const std::string &  value_arg 
)
inline

Definition at line 33 of file urlparm.hpp.

Member Function Documentation

◆ to_string()

std::string openvpn::URL::Parm::to_string ( ) const
inline

Definition at line 38 of file urlparm.hpp.

Member Data Documentation

◆ name

std::string openvpn::URL::Parm::name

Definition at line 45 of file urlparm.hpp.

◆ value

std::string openvpn::URL::Parm::value

Definition at line 46 of file urlparm.hpp.


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