|
OpenVPN 3 Core Library
|
#include <cmdagent.hpp>
Classes | |
| struct | Config |
| class | SetupClient |
Public Types | |
| typedef RCPtr< UnixCommandAgent > | Ptr |
Public Types inherited from openvpn::TunBuilderSetup::Factory | |
| typedef RCPtr< Factory > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Member Functions | |
| OPENVPN_EXCEPTION (ovpnagent) | |
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. | |
Static Public Member Functions | |
| static TunBuilderSetup::Factory::Ptr | new_agent (const OptionList &opt) |
| static bool | add_bypass_route (IP::Addr endpoint) |
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. | |
Private Member Functions | |
| TunBuilderSetup::Base::Ptr | new_setup_obj () override |
| UnixCommandAgent (const OptionList &opt_parent) | |
Private Attributes | |
| Config::Ptr | config |
Definition at line 38 of file cmdagent.hpp.
Definition at line 41 of file cmdagent.hpp.
|
inlineprivate |
Definition at line 294 of file cmdagent.hpp.
|
inlinestatic |
|
inlinestatic |
|
inlineoverrideprivatevirtual |
Implements openvpn::TunBuilderSetup::Factory.
Definition at line 286 of file cmdagent.hpp.
| openvpn::UnixCommandAgent::OPENVPN_EXCEPTION | ( | ovpnagent | ) |
|
private |
Definition at line 299 of file cmdagent.hpp.