E-MailRelay
|
Holds a mbedtls_ssl_context structure. More...
#include <gssl_mbedtls.h>
Public Member Functions | |
Context (const mbedtls_ssl_config *) | |
mbedtls_ssl_context * | ptr () |
mbedtls_ssl_context * | ptr () const |
Context (const Context &)=delete | |
Context (Context &&)=delete | |
Context & | operator= (const Context &)=delete |
Context & | operator= (Context &&)=delete |
Holds a mbedtls_ssl_context structure.
Definition at line 123 of file gssl_mbedtls.h.
|
explicit |
Definition at line 830 of file gssl_mbedtls.cpp.
GSsl::MbedTls::Context::~Context | ( | ) |
Definition at line 839 of file gssl_mbedtls.cpp.
mbedtls_ssl_context * GSsl::MbedTls::Context::ptr | ( | ) |
Definition at line 844 of file gssl_mbedtls.cpp.
mbedtls_ssl_context * GSsl::MbedTls::Context::ptr | ( | ) | const |
Definition at line 849 of file gssl_mbedtls.cpp.