|  | 
| using | error_code = ::boost::system::error_code | 
|  | 
|  | 
|  | AsioStreamAdapter (Socket &s) | 
|  | 
| template<typename MBS > | 
| size_t | read_some (const MBS &bufs, error_code &ec) | 
|  | 
| template<typename MBS > | 
| size_t | read_some (const MBS &bufs) | 
|  | 
| template<typename BS > | 
| size_t | write_some (const BS &bufs, error_code &ec) | 
|  | 
| template<typename BS > | 
| size_t | write_some (const BS &bufs) | 
|  | 
template<typename Socket = SyncStreamInterface>
class util::AsioStreamAdapter< Socket >
Definition at line 13 of file asio_stream_adapter.h.
The documentation for this class was generated from the following file: