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_ostream< CharType > Class Template Reference

A concrete STL ostream which relies on an asynchronous stream for its I/O. More...

#include <interopstream.h>

Inheritance diagram for Concurrency::streams::async_ostream< CharType >:

Public Member Functions

template<typename AlterCharType >
 async_ostream (const streams::basic_ostream< AlterCharType > &astream)
 Constructor More...
 
template<typename AlterCharType >
 async_ostream (const streams::streambuf< AlterCharType > &strbuf)
 Constructor More...
 

Detailed Description

template<typename CharType>
class Concurrency::streams::async_ostream< CharType >

A concrete STL ostream which relies on an asynchronous stream for its I/O.

Template Parameters
CharTypeThe data type of the basic element of the stream.

Constructor & Destructor Documentation

template<typename CharType >
template<typename AlterCharType >
Concurrency::streams::async_ostream< CharType >::async_ostream ( const streams::basic_ostream< AlterCharType > &  astream)
inline

Constructor

Template Parameters
AlterCharTypeThe data type of the basic element of the source ostream.
Parameters
astreamThe asynchronous stream whose stream buffer should be used for I/O
template<typename CharType >
template<typename AlterCharType >
Concurrency::streams::async_ostream< CharType >::async_ostream ( const streams::streambuf< AlterCharType > &  strbuf)
inline

Constructor

Template Parameters
AlterCharTypeThe data type of the basic element of the source streambuf.
Parameters
strbufThe asynchronous stream buffer to use for I/O

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