OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::MacProxySettings::Info Class Reference

#include <macproxy.hpp>

Inheritance diagram for openvpn::MacProxySettings::Info:
[legend]
Collaboration diagram for openvpn::MacProxySettings::Info:
[legend]

Public Types

typedef RCPtr< InfoPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

Public Member Functions

 Info (CF::DynamicStore &sc, const std::string &sname)
 
std::string to_string () const
 
- Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 

Public Attributes

DSDict ipv4
 
DSDict info
 
DSDict proxy
 

Static Private Member Functions

static std::string proxies (const CF::Dict &ipv4, const CF::Dict &info)
 

Additional Inherited Members

- Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
static constexpr bool is_thread_safe ()
 Delegates call to RCImpl and returns the result.
 

Detailed Description

Definition at line 25 of file macproxy.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 28 of file macproxy.hpp.

Constructor & Destructor Documentation

◆ Info()

openvpn::MacProxySettings::Info::Info ( CF::DynamicStore &  sc,
const std::string &  sname 
)
inline

Definition at line 30 of file macproxy.hpp.

Member Function Documentation

◆ proxies()

static std::string openvpn::MacProxySettings::Info::proxies ( const CF::Dict &  ipv4,
const CF::Dict &  info 
)
inlinestaticprivate

Definition at line 51 of file macproxy.hpp.

◆ to_string()

std::string openvpn::MacProxySettings::Info::to_string ( ) const
inline

Definition at line 37 of file macproxy.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ info

DSDict openvpn::MacProxySettings::Info::info

Definition at line 47 of file macproxy.hpp.

◆ ipv4

DSDict openvpn::MacProxySettings::Info::ipv4

Definition at line 46 of file macproxy.hpp.

◆ proxy

DSDict openvpn::MacProxySettings::Info::proxy

Definition at line 48 of file macproxy.hpp.


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