OpenVPN 3 Core Library
|
Public Types | |
typedef RCPtr< Config > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
Config () | |
![]() | |
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. | |
Public Attributes | |
std::string | uds_name |
int | debug_level |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 75 of file cmdagent.hpp.
Definition at line 77 of file cmdagent.hpp.
|
inline |
Definition at line 79 of file cmdagent.hpp.
int openvpn::UnixCommandAgent::Config::debug_level |
Definition at line 86 of file cmdagent.hpp.
std::string openvpn::UnixCommandAgent::Config::uds_name |
Definition at line 85 of file cmdagent.hpp.