OpenVPN 3 Core Library
|
#include <cmdagent.hpp>
Classes | |
struct | Config |
class | SetupClient |
Public Types | |
typedef RCPtr< WinCommandAgent > | Ptr |
![]() | |
typedef RCPtr< SetupFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
OPENVPN_EXCEPTION (ovpnagent) | |
![]() | |
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. | |
Static Public Member Functions | |
static TunWin::SetupFactory::Ptr | new_agent (const OptionList &opt) |
static bool | add_bypass_route (IP::Addr endpoint) |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Private Member Functions | |
TunWin::SetupBase::Ptr | new_setup_obj (openvpn_io::io_context &io_context, TunWin::Type tun_type, bool allow_local_dns_resolvers) override |
WinCommandAgent (const OptionList &opt_parent) | |
Private Attributes | |
Config::Ptr | config |
Definition at line 35 of file cmdagent.hpp.
Definition at line 38 of file cmdagent.hpp.
|
inlineprivate |
Definition at line 355 of file cmdagent.hpp.
|
inlinestatic |
|
inlinestatic |
|
inlineoverrideprivatevirtual |
Implements openvpn::TunWin::SetupFactory.
Definition at line 343 of file cmdagent.hpp.
openvpn::WinCommandAgent::OPENVPN_EXCEPTION | ( | ovpnagent | ) |
|
private |
Definition at line 360 of file cmdagent.hpp.