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.
Concurrency::streams::basic_ostream< CharType > Member List

This is the complete list of members for Concurrency::streams::basic_ostream< CharType >, including all inherited members.

basic_ostream()Concurrency::streams::basic_ostream< CharType >inline
basic_ostream(const basic_ostream &other)Concurrency::streams::basic_ostream< CharType >inline
basic_ostream(streams::streambuf< CharType > buffer)Concurrency::streams::basic_ostream< CharType >inline
can_seek() const Concurrency::streams::basic_ostream< CharType >inline
close() const Concurrency::streams::basic_ostream< CharType >inline
close(std::exception_ptr eptr) const Concurrency::streams::basic_ostream< CharType >inline
flush() const Concurrency::streams::basic_ostream< CharType >inline
int_type typedef (defined in Concurrency::streams::basic_ostream< CharType >)Concurrency::streams::basic_ostream< CharType >
is_open() const Concurrency::streams::basic_ostream< CharType >inline
is_valid() const Concurrency::streams::basic_ostream< CharType >inline
off_type typedef (defined in Concurrency::streams::basic_ostream< CharType >)Concurrency::streams::basic_ostream< CharType >
operator bool() const Concurrency::streams::basic_ostream< CharType >inline
operator=(const basic_ostream &other)Concurrency::streams::basic_ostream< CharType >inline
pos_type typedef (defined in Concurrency::streams::basic_ostream< CharType >)Concurrency::streams::basic_ostream< CharType >
print(const std::basic_string< CharType > &str) const Concurrency::streams::basic_ostream< CharType >inline
print(const T &val) const Concurrency::streams::basic_ostream< CharType >inline
print_line(const T &val) const Concurrency::streams::basic_ostream< CharType >inline
seek(pos_type pos) const Concurrency::streams::basic_ostream< CharType >inline
seek(off_type off, std::ios_base::seekdir way) const Concurrency::streams::basic_ostream< CharType >inline
set_helper(std::shared_ptr< details::basic_ostream_helper< CharType >> helper) (defined in Concurrency::streams::basic_ostream< CharType >)Concurrency::streams::basic_ostream< CharType >inlineprotected
streambuf() const Concurrency::streams::basic_ostream< CharType >inline
tell() const Concurrency::streams::basic_ostream< CharType >inline
traits typedef (defined in Concurrency::streams::basic_ostream< CharType >)Concurrency::streams::basic_ostream< CharType >
write(CharType ch) const Concurrency::streams::basic_ostream< CharType >inline
write(T value) const Concurrency::streams::basic_ostream< CharType >inline
write(streams::streambuf< CharType > source, size_t count) const Concurrency::streams::basic_ostream< CharType >inline