A concrete STL istream which relies on an asynchronous stream buffer for its I/O.
More...
#include <interopstream.h>
Inheritance diagram for Concurrency::streams::async_iostream< CharType >:
Public Member Functions
Detailed Description
template<typename CharType>
class Concurrency::streams::async_iostream< CharType >
A concrete STL istream which relies on an asynchronous stream buffer for its I/O.
- Template Parameters
-
CharType The data type of the basic element of the stream.
Constructor & Destructor Documentation
template<typename CharType >
Constructor
- Parameters
-
strbuf The asynchronous stream buffer to use for I/O
The documentation for this class was generated from the following file: