#include <P_SSLUtils.h>
Public Types | |
| typedef BIO * | value_type |
Static Public Member Functions | |
| static value_type | initValue () |
| static bool | isValid (value_type x) |
| static void | destroy (value_type x) |
Definition at line 142 of file P_SSLUtils.h.
| typedef BIO* ssl::detail::SCOPED_BIO_TRAITS::value_type |
Definition at line 143 of file P_SSLUtils.h.
| static void ssl::detail::SCOPED_BIO_TRAITS::destroy | ( | value_type | x | ) | [inline, static] |
Definition at line 146 of file P_SSLUtils.h.
| static value_type ssl::detail::SCOPED_BIO_TRAITS::initValue | ( | ) | [inline, static] |
Definition at line 144 of file P_SSLUtils.h.
| static bool ssl::detail::SCOPED_BIO_TRAITS::isValid | ( | value_type | x | ) | [inline, static] |
Definition at line 145 of file P_SSLUtils.h.
1.7.1