|
E-MailRelay
|
Initialises and frees an mbedtls object on construction and destruction. More...
#include <gssl_mbedtls_utils.h>
Public Member Functions | |
| X (void(*init)(T *), void(*free)(T *)) | |
| T * | ptr () |
| const T * | ptr () const |
| X * | operator& ()=delete |
| const X * | operator& () const =delete |
| X (const X< T > &)=delete | |
| X (X< T > &&)=delete | |
| X< T > & | operator= (const X< T > &)=delete |
| X< T > & | operator= (X< T > &&)=delete |
Public Attributes | |
| T | x |
| void(* | m_free )(T *) |
Initialises and frees an mbedtls object on construction and destruction.
Definition at line 93 of file gssl_mbedtls_utils.h.
|
inline |
Definition at line 95 of file gssl_mbedtls_utils.h.
|
inline |
Definition at line 96 of file gssl_mbedtls_utils.h.
|
inline |
Definition at line 97 of file gssl_mbedtls_utils.h.
|
inline |
Definition at line 98 of file gssl_mbedtls_utils.h.
| void(* GSsl::MbedTls::X< T >::m_free) (T *) |
Definition at line 100 of file gssl_mbedtls_utils.h.
| T GSsl::MbedTls::X< T >::x |
Definition at line 99 of file gssl_mbedtls_utils.h.