OpenVPN 3 Core Library
|
#include <tls_crypt_v2.hpp>
Public Member Functions | |
TLSCryptMetadata::Ptr | new_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. | |
Additional Inherited Members | |
![]() | |
typedef RCPtr< TLSCryptMetadataFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 185 of file tls_crypt_v2.hpp.
|
inlinevirtual |
Implements openvpn::TLSCryptMetadataFactory.
Definition at line 188 of file tls_crypt_v2.hpp.