|
OpenVPN 3 Core Library
|
#include <tls_crypt_v2.hpp>
Public Member Functions | |
| TLSCryptMetadata::Ptr | new_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. | |
Additional Inherited Members | |
Public Types inherited from openvpn::TLSCryptMetadataFactory | |
| typedef RCPtr< TLSCryptMetadataFactory > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
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 185 of file tls_crypt_v2.hpp.
|
inlinevirtual |
Implements openvpn::TLSCryptMetadataFactory.
Definition at line 188 of file tls_crypt_v2.hpp.