Clementine
Public Types | Public Member Functions | Static Public Member Functions | List of all members
asio::detail::resolve_endpoint_op< Protocol, Handler, IoExecutor > Class Template Reference
Inheritance diagram for asio::detail::resolve_endpoint_op< Protocol, Handler, IoExecutor >:
Inheritance graph
[legend]
Collaboration diagram for asio::detail::resolve_endpoint_op< Protocol, Handler, IoExecutor >:
Collaboration graph
[legend]

Public Types

typedef Protocol::endpoint endpoint_type
 
typedef asio::ip::basic_resolver_results< Protocol > results_type
 
typedef class scheduler scheduler_impl
 

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, scheduler_impl &sched, Handler &handler, const IoExecutor &io_ex)
 

Static Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from asio::detail::resolve_op
asio::error_code ec_
 
- Protected Member Functions inherited from asio::detail::resolve_op
 resolve_op (func_type complete_func)
 

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