|
| ASIO_DEFINE_HANDLER_PTR (reactive_socket_accept_op) |
|
| reactive_socket_accept_op (const asio::error_code &success_ec, socket_type socket, socket_ops::state_type state, Socket &peer, const Protocol &protocol, typename Protocol::endpoint *peer_endpoint, Handler &handler, const IoExecutor &io_ex) |
|
| reactive_socket_accept_op_base (const asio::error_code &success_ec, socket_type socket, socket_ops::state_type state, Socket &peer, const Protocol &protocol, typename Protocol::endpoint *peer_endpoint, func_type complete_func) |
|
void | do_assign () |
|
status | perform () |
|
|
static void | do_complete (void *owner, operation *base, const asio::error_code &, std::size_t) |
|
static status | do_perform (reactor_op *base) |
|
|
enum | status { not_done,
done,
done_and_exhausted
} |
|
asio::error_code | ec_ |
|
std::size_t | bytes_transferred_ |
|
typedef status(* | perform_func_type) (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: