#include "ace/config-all.h"
#include "tao/Versioned_Namespace.h"
Include dependency graph for SSLIOP_OpenSSL_st_T.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | TAO |
namespace | TAO::SSLIOP |
Classes | |
class | TAO::SSLIOP::OpenSSL_st_var< T > |
"_var" class for the OpenSSL More... | |
CORBA-style Reference Count Manipulation Methods | |
These reference count manipulation methods are generally specific to OpenSSL structures. | |
template<typename T> | |
T * | _duplicate (T *st) |
Increase the reference count on the given OpenSSL structure. | |
template<typename T> | |
T * | copy (T const &st) |
Deep copy the given OpenSSL structure. | |
template<typename T> | |
void | release (T *st) |
Decrease the reference count on the given OpenSSL structure. |
|
Increase the reference count on the given OpenSSL structure.
|
|
Deep copy the given OpenSSL structure.
|
|
Decrease the reference count on the given OpenSSL structure.
|