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

Public Member Functions

 ASIO_DEFINE_HANDLER_PTR (reactive_socket_connect_op)
 
 reactive_socket_connect_op (const asio::error_code &success_ec, socket_type socket, Handler &handler, const IoExecutor &io_ex)
 
- Public Member Functions inherited from asio::detail::reactive_socket_connect_op_base
 reactive_socket_connect_op_base (const asio::error_code &success_ec, socket_type socket, func_type complete_func)
 
- Public Member Functions inherited from asio::detail::reactor_op
status perform ()
 

Static Public Member Functions

static void do_complete (void *owner, operation *base, const asio::error_code &, std::size_t)
 
- Static Public Member Functions inherited from asio::detail::reactive_socket_connect_op_base
static status do_perform (reactor_op *base)
 

Additional Inherited Members

- Public Types inherited from asio::detail::reactor_op
enum  status { not_done, done, done_and_exhausted }
 
- Public Attributes inherited from asio::detail::reactor_op
asio::error_code ec_
 
std::size_t bytes_transferred_
 
- Protected Types inherited from asio::detail::reactor_op
typedef status(* perform_func_type) (reactor_op *)
 
- Protected Member Functions inherited from asio::detail::reactor_op
 reactor_op (const asio::error_code &success_ec, perform_func_type perform_func, func_type complete_func)
 

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