Realistic 3D camera system
3D camera system components
Public Types | Public Member Functions | Static Public Member Functions | List of all members
asio::detail::resolve_endpoint_op< Protocol, Handler > Class Template Reference

#include <resolve_endpoint_op.hpp>

Inheritance diagram for asio::detail::resolve_endpoint_op< Protocol, Handler >:

Public Types

typedef Protocol::endpoint endpoint_type
 
typedef asio::ip::basic_resolver_iterator< Protocol > iterator_type
 

Public Member Functions

 ASIO_DEFINE_HANDLER_PTR (resolve_endpoint_op)
 
 resolve_endpoint_op (socket_ops::weak_cancel_token_type cancel_token, const endpoint_type &endpoint, io_service_impl &ios, Handler &handler)
 

Static Public Member Functions

static void do_complete (io_service_impl *owner, operation *base, const asio::error_code &, std::size_t)
 

Detailed Description

template<typename Protocol, typename Handler>
class asio::detail::resolve_endpoint_op< Protocol, Handler >

Definition at line 36 of file resolve_endpoint_op.hpp.

Member Typedef Documentation

template<typename Protocol , typename Handler >
typedef Protocol::endpoint asio::detail::resolve_endpoint_op< Protocol, Handler >::endpoint_type

Definition at line 41 of file resolve_endpoint_op.hpp.

template<typename Protocol , typename Handler >
typedef asio::ip::basic_resolver_iterator<Protocol> asio::detail::resolve_endpoint_op< Protocol, Handler >::iterator_type

Definition at line 42 of file resolve_endpoint_op.hpp.

Constructor & Destructor Documentation

template<typename Protocol , typename Handler >
asio::detail::resolve_endpoint_op< Protocol, Handler >::resolve_endpoint_op ( socket_ops::weak_cancel_token_type  cancel_token,
const endpoint_type endpoint,
io_service_impl ios,
Handler &  handler 
)
inline

Definition at line 44 of file resolve_endpoint_op.hpp.

Member Function Documentation

template<typename Protocol , typename Handler >
asio::detail::resolve_endpoint_op< Protocol, Handler >::ASIO_DEFINE_HANDLER_PTR ( resolve_endpoint_op< Protocol, Handler >  )
template<typename Protocol , typename Handler >
static void asio::detail::resolve_endpoint_op< Protocol, Handler >::do_complete ( io_service_impl owner,
operation base,
const asio::error_code ,
std::size_t   
)
inlinestatic

Definition at line 54 of file resolve_endpoint_op.hpp.


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