TAO_SSLIOP  3.0.0
Static Public Member Functions | List of all members
TAO::SSLIOP::OpenSSL_traits< ::X509 > Struct Reference

#include <SSLIOP_X509.h>

Static Public Member Functions

::X509_duplicate (::X509 *st)
 Increase the reference count on the given OpenSSL structure. More...
 
::X509copy (::X509 const &st)
 Perform deep copy of the given OpenSSL structure. More...
 
static void release (::X509 *st)
 

Member Function Documentation

◆ _duplicate()

::X509* TAO::SSLIOP::OpenSSL_traits< ::X509 >::_duplicate ( ::X509 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()

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

Perform deep copy of the given OpenSSL structure.

◆ release()

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

Decrease the reference count on the given OpenSSL structure.


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