Realistic 3D camera system
3D camera system components
Public Member Functions | Public Attributes | List of all members
asio::detail::reactive_socket_service< Protocol >::implementation_type Struct Reference

#include <reactive_socket_service.hpp>

Inheritance diagram for asio::detail::reactive_socket_service< Protocol >::implementation_type:
asio::detail::reactive_socket_service_base::base_implementation_type

Public Member Functions

 implementation_type ()
 

Public Attributes

protocol_type protocol_
 
- Public Attributes inherited from asio::detail::reactive_socket_service_base::base_implementation_type
socket_type socket_
 
socket_ops::state_type state_
 
reactor::per_descriptor_data reactor_data_
 

Detailed Description

template<typename Protocol>
struct asio::detail::reactive_socket_service< Protocol >::implementation_type

Definition at line 61 of file reactive_socket_service.hpp.

Constructor & Destructor Documentation

template<typename Protocol >
asio::detail::reactive_socket_service< Protocol >::implementation_type::implementation_type ( )
inline

Definition at line 65 of file reactive_socket_service.hpp.

Member Data Documentation

template<typename Protocol >
protocol_type asio::detail::reactive_socket_service< Protocol >::implementation_type::protocol_

Definition at line 71 of file reactive_socket_service.hpp.


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