C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Public Member Functions | List of all members
Concurrency::streams::async_iostream< CharType > Class Template Reference

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

 async_iostream (const streams::streambuf< CharType > &strbuf)
 Constructor More...
 

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
CharTypeThe data type of the basic element of the stream.

Constructor & Destructor Documentation

template<typename CharType >
Concurrency::streams::async_iostream< CharType >::async_iostream ( const streams::streambuf< CharType > &  strbuf)
inline

Constructor

Parameters
strbufThe asynchronous stream buffer to use for I/O

The documentation for this class was generated from the following file: