|
OpenVPN 3 Core Library
|
#include <macproxy.hpp>
Classes | |
| class | Info |
Public Types | |
| typedef RCPtr< MacProxySettings > | Ptr |
Public Types inherited from openvpn::ProxySettings | |
| typedef RCPtr< ProxySettings > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Member Functions | |
| OPENVPN_EXCEPTION (macproxy_error) | |
| MacProxySettings (const TunBuilderCapture::ProxyAutoConfigURL &config_arg) | |
| void | set_proxy (bool del) override |
Public Member Functions inherited from openvpn::ProxySettings | |
| OPENVPN_EXCEPTION (proxy_error) | |
| ProxySettings (const TunBuilderCapture::ProxyAutoConfigURL &config_arg) | |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 | |
Static Public Member Functions inherited from openvpn::ProxySettings | |
| template<class T > | |
| static void | add_actions (const TunBuilderCapture &settings, ActionList &create, ActionList &destroy) |
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. | |
Public Attributes inherited from openvpn::ProxySettings | |
| 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.