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

Main type for opening an input stream to an URL for reading. More...

#include <WebStream.hpp>

Inheritance diagram for mico::io::web_istream:

Public Member Functions

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

Detailed Description

Main type for opening an input stream to an URL for reading.

Use url_istream(URL) to open a new stream, and normal stream operators for receiving data (i.e. >>).


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