OpenVPN 3 Core Library
|
#include <tunwrap.hpp>
Public Types | |
typedef RCPtr< TunWrapTemplate > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
TunWrapTemplate (const TunWrapObjRetain retain_obj) | |
virtual | ~TunWrapTemplate () |
bool | obj_defined () const |
SCOPED_OBJ::base_type | obj () const |
bool | destructor_defined () const |
void | add_destructor (const DestructorBase::Ptr &destruct) |
void | close_destructor () |
void | close () |
void | save_replace_sock (const typename SCOPED_OBJ::base_type obj) |
![]() | |
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 | |
const TunWrapObjRetain | retain_obj_ |
DestructorBase::Ptr | destruct_ |
SCOPED_OBJ | obj_ |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 43 of file tunwrap.hpp.
typedef RCPtr<TunWrapTemplate> openvpn::TunWrapTemplate< SCOPED_OBJ >::Ptr |
Definition at line 46 of file tunwrap.hpp.
|
inline |
Definition at line 48 of file tunwrap.hpp.
|
inlinevirtual |
Definition at line 53 of file tunwrap.hpp.
|
inline |
Definition at line 76 of file tunwrap.hpp.
|
inline |
|
inline |
|
inline |
Definition at line 69 of file tunwrap.hpp.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 123 of file tunwrap.hpp.
|
private |
Definition at line 124 of file tunwrap.hpp.
|
private |
Definition at line 122 of file tunwrap.hpp.