#include <sess_cache.hpp>
Definition at line 39 of file sess_cache.hpp.
◆ Session() [1/3]
openvpn::OpenSSLSessionCache::Session::Session |
( |
::SSL_SESSION * |
sess | ) |
|
|
inline |
◆ Session() [2/3]
openvpn::OpenSSLSessionCache::Session::Session |
( |
Session && |
other | ) |
|
|
inlinenoexcept |
◆ ~Session()
openvpn::OpenSSLSessionCache::Session::~Session |
( |
| ) |
|
|
inline |
◆ Session() [3/3]
openvpn::OpenSSLSessionCache::Session::Session |
( |
const Session & |
| ) |
|
|
privatedelete |
◆ openssl_session()
::SSL_SESSION * openvpn::OpenSSLSessionCache::Session::openssl_session |
( |
| ) |
const |
|
inline |
◆ operator bool()
openvpn::OpenSSLSessionCache::Session::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator<()
bool openvpn::OpenSSLSessionCache::Session::operator< |
( |
const Session & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
Session & openvpn::OpenSSLSessionCache::Session::operator= |
( |
const Session & |
| ) |
|
|
privatedelete |
◆ operator=() [2/2]
Session & openvpn::OpenSSLSessionCache::Session::operator= |
( |
Session && |
other | ) |
|
|
inlinenoexcept |
◆ sess_
::SSL_SESSION* openvpn::OpenSSLSessionCache::Session::sess_ |
|
private |
The documentation for this class was generated from the following file: