OpenVPN 3 Core Library
|
#include <transbase.hpp>
Public Types | |
typedef RCPtr< TransportServerFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
virtual TransportServer::Ptr | new_server_obj (openvpn_io::io_context &io_context)=0 |
![]() | |
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. | |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 61 of file transbase.hpp.
Definition at line 63 of file transbase.hpp.
|
pure virtual |