OpenVPN 3 Core Library
|
Public Member Functions | |
SetupClient (const Config::Ptr &config_arg) | |
![]() | |
virtual | ~DestructorBase ()=default |
![]() | |
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 WS::ClientSet::TransactionSet::Ptr | new_transaction_set (const std::string &host, int debug_level) |
static void | make_transaction (const std::string &method, const std::string &content, const bool keepalive, WS::ClientSet::TransactionSet::Ptr ts) |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Private Member Functions | |
int | establish (const TunBuilderCapture &pull, TunBuilderSetup::Config *tbs_config, Stop *stop, std::ostream &os) override |
void | destroy (std::ostream &os) override |
Json::Value | get_json_result (std::ostream &os, WS::ClientSet::TransactionSet &ts) |
Private Attributes | |
Config::Ptr | config |
Additional Inherited Members | |
![]() | |
typedef RCPtr< Base > | Ptr |
![]() | |
typedef RCPtr< DestructorBase > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Definition at line 89 of file cmdagent.hpp.
|
inline |
Definition at line 92 of file cmdagent.hpp.
|
inlineoverrideprivatevirtual |
Implements openvpn::DestructorBase.
Definition at line 216 of file cmdagent.hpp.
|
inlineoverrideprivatevirtual |
Implements openvpn::TunBuilderSetup::Base.
Definition at line 141 of file cmdagent.hpp.
|
inlineprivate |
|
inlinestatic |
|
inlinestatic |
|
private |
Definition at line 283 of file cmdagent.hpp.