Botan 3.9.0
Crypto and TLS for C&
|
#include <ffi_util.h>
Public Member Functions | |
botan_struct (botan_struct &&other)=delete | |
botan_struct (const botan_struct &other)=delete | |
botan_struct (std::unique_ptr< T > obj) | |
bool | magic_ok () const |
botan_struct & | operator= (botan_struct &&other)=delete |
botan_struct & | operator= (const botan_struct &other)=delete |
T * | unsafe_get () const |
virtual | ~botan_struct () |
Definition at line 36 of file ffi_util.h.
|
inlineexplicit |
Definition at line 38 of file ffi_util.h.
Referenced by botan_struct(), botan_struct(), operator=(), and operator=().
|
inlinevirtual |
Definition at line 40 of file ffi_util.h.
|
delete |
References botan_struct().
|
delete |
References botan_struct().
|
inline |
Definition at line 50 of file ffi_util.h.
Referenced by Botan_FFI::botan_ffi_visit(), Botan_FFI::ffi_delete_object(), and Botan_FFI::safe_get().
|
delete |
References botan_struct().
|
delete |
References botan_struct().
|
inline |
Definition at line 52 of file ffi_util.h.
Referenced by Botan_FFI::botan_ffi_visit(), and Botan_FFI::safe_get().