OpenVPN 3 Core Library
|
#include <macproxy.hpp>
Classes | |
class | Info |
Public Types | |
typedef RCPtr< MacProxySettings > | Ptr |
![]() | |
typedef RCPtr< ProxySettings > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
OPENVPN_EXCEPTION (macproxy_error) | |
MacProxySettings (const TunBuilderCapture::ProxyAutoConfigURL &config_arg) | |
void | set_proxy (bool del) override |
![]() | |
OPENVPN_EXCEPTION (proxy_error) | |
ProxySettings (const TunBuilderCapture::ProxyAutoConfigURL &config_arg) | |
![]() | |
RC () noexcept=default | |
RC (const RC &)=delete | |
virtual | ~RC ()=default |
RC & | operator= (const RC &)=delete |
olong | use_count () const noexcept |
Delegates call to RCImpl and returns the result. | |
Additional Inherited Members | |
![]() | |
template<class T > | |
static void | add_actions (const TunBuilderCapture &settings, ActionList &create, ActionList &destroy) |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
![]() | |
const std::string | sname = "OpenVPNConnect" |
TunBuilderCapture::ProxyAutoConfigURL | config |
Definition at line 18 of file macproxy.hpp.
Definition at line 23 of file macproxy.hpp.
|
inline |
Definition at line 62 of file macproxy.hpp.
openvpn::MacProxySettings::OPENVPN_EXCEPTION | ( | macproxy_error | ) |
|
inlineoverridevirtual |
Implements openvpn::ProxySettings.
Definition at line 67 of file macproxy.hpp.