MICO Platform
 All Classes Namespaces Functions Variables Friends
Public Member Functions | List of all members
mico::io::web_ostream Class Reference

Main type for opening an output stream to an URL for writing. More...

#include <WebStream.hpp>

Inheritance diagram for mico::io::web_ostream:

Public Member Functions

 web_ostream (const char *url)
 
 web_ostream (std::string url)
 

Detailed Description

Main type for opening an output stream to an URL for writing.

Use url_ostream(URL) to open a new stream, and normal stream operators for sending data (i.e. <<).


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