Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
asio::ssl::detail::handshake_op Class Reference

#include <handshake_op.hpp>

Public Member Functions

 handshake_op (stream_base::handshake_type type)
 
engine::want operator() (engine &eng, asio::error_code &ec, std::size_t &bytes_transferred) const
 
template<typename Handler >
void call_handler (Handler &handler, const asio::error_code &ec, const std::size_t &) const
 

Detailed Description

Definition at line 32 of file handshake_op.hpp.

Constructor & Destructor Documentation

asio::ssl::detail::handshake_op::handshake_op ( stream_base::handshake_type  type)
inline

Definition at line 35 of file handshake_op.hpp.

Member Function Documentation

template<typename Handler >
void asio::ssl::detail::handshake_op::call_handler ( Handler &  handler,
const asio::error_code ec,
const std::size_t &   
) const
inline

Definition at line 49 of file handshake_op.hpp.

engine::want asio::ssl::detail::handshake_op::operator() ( engine eng,
asio::error_code ec,
std::size_t &  bytes_transferred 
) const
inline

Definition at line 40 of file handshake_op.hpp.


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