|
TAO_SSLIOP 4.0.5
|
"_var" class for the OpenSSL More...
#include <SSLIOP_OpenSSL_st_T.h>
Public Member Functions | |
Constructors | |
Constructors. | |
| OpenSSL_st_var () | |
| Destructor. | |
| OpenSSL_st_var (T *st) | |
| Destructor. | |
| OpenSSL_st_var (OpenSSL_st_var< T > const &v) | |
| Destructor. | |
| OpenSSL_st_var (T const &st) | |
| Destructor. | |
| ~OpenSSL_st_var () | |
| Destructor. | |
Assignment operators. | |
Assignment operators. | |
| T * | st_ |
| The OpenSSL structure whose reference count is managed. | |
| OpenSSL_st_var< T > & | operator= (T *st) |
| The OpenSSL structure whose reference count is managed. | |
| OpenSSL_st_var< T > & | operator= (OpenSSL_st_var< T > const &v) |
| The OpenSSL structure whose reference count is managed. | |
| OpenSSL_st_var< T > & | operator= (T const &st) |
| The OpenSSL structure whose reference count is managed. | |
| T const * | operator-> () const |
| The OpenSSL structure whose reference count is managed. | |
| T * | operator-> () |
| The OpenSSL structure whose reference count is managed. | |
| operator const T & () const | |
| The OpenSSL structure whose reference count is managed. | |
| operator T& () | |
| The OpenSSL structure whose reference count is managed. | |
| T * | in () const |
| The OpenSSL structure whose reference count is managed. | |
| T *& | inout () |
| The OpenSSL structure whose reference count is managed. | |
| T *& | out () |
| The OpenSSL structure whose reference count is managed. | |
| T * | _retn () |
| The OpenSSL structure whose reference count is managed. | |
| T * | ptr () const |
| The OpenSSL structure whose reference count is managed. | |
"_var" class for the OpenSSL
| T | structure. |
This class is simply used to make operations on instances of the OpenSSL T structure exception safe. It is only used internally by the SSLIOP pluggable transport.
| TAO::SSLIOP::OpenSSL_st_var< T >::OpenSSL_st_var | ( | ) |
Destructor.
| TAO::SSLIOP::OpenSSL_st_var< T >::OpenSSL_st_var | ( | T * | st | ) |
Destructor.
| TAO::SSLIOP::OpenSSL_st_var< T >::OpenSSL_st_var | ( | OpenSSL_st_var< T > const & | v | ) |
Destructor.
| TAO::SSLIOP::OpenSSL_st_var< T >::OpenSSL_st_var | ( | T const & | st | ) |
Destructor.
| TAO::SSLIOP::OpenSSL_st_var< T >::~OpenSSL_st_var | ( | ) |
Destructor.
| T * TAO::SSLIOP::OpenSSL_st_var< T >::_retn | ( | ) |
The OpenSSL structure whose reference count is managed.
| T * TAO::SSLIOP::OpenSSL_st_var< T >::in | ( | ) | const |
The OpenSSL structure whose reference count is managed.
| T *& TAO::SSLIOP::OpenSSL_st_var< T >::inout | ( | ) |
The OpenSSL structure whose reference count is managed.
| TAO::SSLIOP::OpenSSL_st_var< T >::operator const T & | ( | ) | const |
The OpenSSL structure whose reference count is managed.
| TAO::SSLIOP::OpenSSL_st_var< T >::operator T& | ( | ) |
The OpenSSL structure whose reference count is managed.
| T * TAO::SSLIOP::OpenSSL_st_var< T >::operator-> | ( | ) |
The OpenSSL structure whose reference count is managed.
| T const * TAO::SSLIOP::OpenSSL_st_var< T >::operator-> | ( | ) | const |
The OpenSSL structure whose reference count is managed.
| TAO::SSLIOP::OpenSSL_st_var< T > & TAO::SSLIOP::OpenSSL_st_var< T >::operator= | ( | OpenSSL_st_var< T > const & | v | ) |
The OpenSSL structure whose reference count is managed.
| TAO::SSLIOP::OpenSSL_st_var< T > & TAO::SSLIOP::OpenSSL_st_var< T >::operator= | ( | T * | st | ) |
The OpenSSL structure whose reference count is managed.
| TAO::SSLIOP::OpenSSL_st_var< T > & TAO::SSLIOP::OpenSSL_st_var< T >::operator= | ( | T const & | st | ) |
The OpenSSL structure whose reference count is managed.
| T *& TAO::SSLIOP::OpenSSL_st_var< T >::out | ( | ) |
The OpenSSL structure whose reference count is managed.
| T * TAO::SSLIOP::OpenSSL_st_var< T >::ptr | ( | ) | const |
The OpenSSL structure whose reference count is managed.
|
private |
The OpenSSL structure whose reference count is managed.