Realistic 3D camera system
3D camera system components
Public Member Functions | Public Attributes | List of all members
asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler > Class Template Reference

#include <connect.hpp>

Inheritance diagram for asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler >:
asio::detail::base_from_connect_condition< ConnectCondition >

Public Member Functions

 connect_op (basic_socket< Protocol, SocketService > &sock, const Iterator &begin, const Iterator &end, const ConnectCondition &connect_condition, ComposedConnectHandler &handler)
 
void operator() (asio::error_code ec, int start=0)
 

Public Attributes

basic_socket< Protocol, SocketService > & socket_
 
Iterator iter_
 
Iterator end_
 
int start_
 
ComposedConnectHandler handler_
 

Detailed Description

template<typename Protocol, typename SocketService, typename Iterator, typename ConnectCondition, typename ComposedConnectHandler>
class asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler >

Definition at line 176 of file connect.hpp.

Constructor & Destructor Documentation

template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition , typename ComposedConnectHandler >
asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler >::connect_op ( basic_socket< Protocol, SocketService > &  sock,
const Iterator &  begin,
const Iterator &  end,
const ConnectCondition &  connect_condition,
ComposedConnectHandler &  handler 
)
inline

Definition at line 179 of file connect.hpp.

Member Function Documentation

template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition , typename ComposedConnectHandler >
void asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler >::operator() ( asio::error_code  ec,
int  start = 0 
)
inline

Definition at line 214 of file connect.hpp.

Member Data Documentation

template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition , typename ComposedConnectHandler >
Iterator asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler >::end_

Definition at line 263 of file connect.hpp.

template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition , typename ComposedConnectHandler >
ComposedConnectHandler asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler >::handler_

Definition at line 265 of file connect.hpp.

template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition , typename ComposedConnectHandler >
Iterator asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler >::iter_

Definition at line 262 of file connect.hpp.

template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition , typename ComposedConnectHandler >
basic_socket<Protocol, SocketService>& asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler >::socket_

Definition at line 261 of file connect.hpp.

template<typename Protocol , typename SocketService , typename Iterator , typename ConnectCondition , typename ComposedConnectHandler >
int asio::detail::connect_op< Protocol, SocketService, Iterator, ConnectCondition, ComposedConnectHandler >::start_

Definition at line 264 of file connect.hpp.


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