OpenVPN 3 Core Library
|
Public Types | |
typedef RCPtr< MyClientEvents > | Ptr |
![]() | |
typedef RCPtr< Queue > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
MyClientEvents (OpenVPNClient *parent_arg) | |
void | add_event (ClientEvent::Base::Ptr event) override |
void | get_connection_info (ConnectionInfo &ci) |
void | detach_from_parent () |
![]() | |
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. | |
Private Attributes | |
OpenVPNClient * | parent |
ClientEvent::Base::Ptr | last_connected |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 179 of file ovpncli.cpp.
Definition at line 182 of file ovpncli.cpp.
|
inline |
Definition at line 184 of file ovpncli.cpp.
|
inlineoverridevirtual |
Implements openvpn::ClientEvent::Queue.
Definition at line 189 of file ovpncli.cpp.
|
inline |
Definition at line 247 of file ovpncli.cpp.
|
inline |
|
private |
Definition at line 254 of file ovpncli.cpp.
|
private |
Definition at line 253 of file ovpncli.cpp.