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

#include <awsrest.hpp>

Public Member Functions

 KeyValue (std::string key_arg, std::string value_arg)
 
bool operator< (const KeyValue &rhs) const
 
std::string uri_encode () const
 

Public Attributes

std::string key
 
std::string value
 

Detailed Description

Definition at line 98 of file awsrest.hpp.

Constructor & Destructor Documentation

◆ KeyValue()

openvpn::AWS::REST::KeyValue::KeyValue ( std::string  key_arg,
std::string  value_arg 
)
inline

Definition at line 100 of file awsrest.hpp.

Member Function Documentation

◆ operator<()

bool openvpn::AWS::REST::KeyValue::operator< ( const KeyValue rhs) const
inline

Definition at line 106 of file awsrest.hpp.

◆ uri_encode()

std::string openvpn::AWS::REST::KeyValue::uri_encode ( ) const
inline

Definition at line 111 of file awsrest.hpp.

Member Data Documentation

◆ key

std::string openvpn::AWS::REST::KeyValue::key

Definition at line 116 of file awsrest.hpp.

◆ value

std::string openvpn::AWS::REST::KeyValue::value

Definition at line 117 of file awsrest.hpp.


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