Public Types | Public Member Functions | List of all members
util::AsioStreamAdapter< Socket > Class Template Reference

Public Types

using error_code = ::boost::system::error_code
 

Public Member Functions

 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)
 

Detailed Description

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: