Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TAO::SSLIOP::OpenSSL_traits< ::SSL > Struct Template Reference

#include <SSLIOP_SSL.h>

List of all members.

Public Types

enum  { LOCK_ID = CRYPTO_LOCK_SSL }

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.
void release (::SSL *st)

template<>
struct TAO::SSLIOP::OpenSSL_traits< ::SSL >


Member Enumeration Documentation

anonymous enum
 

OpenSSL lock ID for use in OpenSSL CRYPTO_add() reference count manipulation function.

Enumeration values:
LOCK_ID 


Member Function Documentation

::SSL* TAO::SSLIOP::OpenSSL_traits< ::SSL >::_duplicate ::SSL *  st  )  [inline, static]
 

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*

::SSL* TAO::SSLIOP::OpenSSL_traits< ::SSL >::copy ::SSL const &  st  )  [inline, static]
 

Perform deep copy of the given OpenSSL structure.

void TAO::SSLIOP::OpenSSL_traits< ::SSL >::release ::SSL *  st  )  [inline, static]
 

Decrease the reference count on the given OpenSSL structure.


The documentation for this struct was generated from the following file:
Generated on Sat Aug 6 03:42:22 2005 for TAO_SSLIOP by  doxygen 1.3.9.1