Urdl C++ Library

PrevUpHomeNext
read_stream::read_stream

Constructs an object of class read_stream.

explicit read_stream(
    boost::asio::io_service & io_service);

Parameters

io_service

The io_service object that the stream will use to dispatch handlers for any asynchronous operations performed on the stream.


PrevUpHomeNext