TAO_SSLIOP 4.0.3
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
TAO::SSLIOP::OpenSSL_traits< ::SSL > Struct Reference

#include <SSLIOP_SSL.h>

Static Public Member Functions

::SSL * _duplicate (::SSL *st)
 Increase the reference count on the given OpenSSL structure.
 
::SSL * copy (::SSL const &st)
 Perform deep copy of the given OpenSSL structure.
 
static void release (::SSL *st)
 

Member Function Documentation

◆ _duplicate()

::SSL * TAO::SSLIOP::OpenSSL_traits< ::SSL >::_duplicate ( ::SSL * st)
inlinestatic

Increase the reference count on the given OpenSSL structure.

Note
This used to be in a function template but MSVC++ 6 can't handle function templates correctly so reproduce the code in each specialization. sigh

◆ copy()

::SSL * TAO::SSLIOP::OpenSSL_traits< ::SSL >::copy ( ::SSL const & st)
inlinestatic

Perform deep copy of the given OpenSSL structure.

◆ release()

static void TAO::SSLIOP::OpenSSL_traits< ::SSL >::release ( ::SSL * st)
inlinestatic

Decrease the reference count on the given OpenSSL structure.


The documentation for this struct was generated from the following file: