Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
asio::ssl::old::detail::openssl_operation< Stream > Class Template Reference

#include <openssl_operation.hpp>

Public Member Functions

 openssl_operation (ssl_primitive_func primitive, Stream &socket, net_buffer &recv_buf, SSL *session, BIO *ssl_bio, user_handler_func handler, asio::io_service::strand &strand)
 
 openssl_operation (ssl_primitive_func primitive, Stream &socket, net_buffer &recv_buf, SSL *session, BIO *ssl_bio)
 
int start ()
 

Detailed Description

template<typename Stream>
class asio::ssl::old::detail::openssl_operation< Stream >

Definition at line 83 of file openssl_operation.hpp.

Constructor & Destructor Documentation

template<typename Stream>
asio::ssl::old::detail::openssl_operation< Stream >::openssl_operation ( ssl_primitive_func  primitive,
Stream &  socket,
net_buffer recv_buf,
SSL *  session,
BIO *  ssl_bio,
user_handler_func  handler,
asio::io_service::strand strand 
)
inline

Definition at line 88 of file openssl_operation.hpp.

template<typename Stream>
asio::ssl::old::detail::openssl_operation< Stream >::openssl_operation ( ssl_primitive_func  primitive,
Stream &  socket,
net_buffer recv_buf,
SSL *  session,
BIO *  ssl_bio 
)
inline

Definition at line 119 of file openssl_operation.hpp.

Member Function Documentation

template<typename Stream>
int asio::ssl::old::detail::openssl_operation< Stream >::start ( )
inline

Definition at line 148 of file openssl_operation.hpp.


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