Clementine
Public Types | Public Member Functions | Public Attributes | Protected Types | Protected Member Functions | List of all members
asio::detail::reactor_op Class Reference
Inheritance diagram for asio::detail::reactor_op:
Inheritance graph
[legend]
Collaboration diagram for asio::detail::reactor_op:
Collaboration graph
[legend]

Public Types

enum  status { not_done, done, done_and_exhausted }
 

Public Member Functions

status perform ()
 

Public Attributes

asio::error_code ec_
 
std::size_t bytes_transferred_
 

Protected Types

typedef status(* perform_func_type) (reactor_op *)
 

Protected Member Functions

 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: