Clementine
Public Member Functions | Static Public Member Functions | List of all members
asio::detail::reactive_socket_connect_op_base Class Reference
Inheritance diagram for asio::detail::reactive_socket_connect_op_base:
Inheritance graph
[legend]
Collaboration diagram for asio::detail::reactive_socket_connect_op_base:
Collaboration graph
[legend]

Public Member Functions

 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 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: