|
OpenVPN 3 Core Library
|
#include <tunwrap.hpp>
Public Types | |
| using | Ptr = RCPtr< TunWrapTemplate > |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
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) |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Definition at line 43 of file tunwrap.hpp.
| using openvpn::TunWrapTemplate< SCOPED_OBJ >::Ptr = RCPtr<TunWrapTemplate> |
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.