#include <ucommon/platform.h>
#include <iostream>
#include <ucommon/protocols.h>
#include <ucommon/thread.h>
#include <ucommon/socket.h>
#include <ucommon/fsys.h>
#include <ucommon/shell.h>
Include dependency graph for stream.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ucommon |
Data Structures | |
class | ucommon::_stream_operators |
At least with gcc, linking of stream operators was broken. More... | |
class | ucommon::filestream |
Streamable tcp connection between client and server. More... | |
class | ucommon::pipestream |
Streamable tcp connection between client and server. More... | |
class | ucommon::StreamBuffer |
Common stream buffer for std C++ i/o classes. More... | |
class | ucommon::tcpstream |
Streamable tcp connection between client and server. More... | |
Functions | |
std::ostream & | ucommon::operator<< (std::ostream &out, stringlist_t &list) |
std::ostream & | ucommon::operator<< (std::ostream &out, string_t &str) |
std::ostream & | ucommon::operator<< (std::ostream &out, PrintProtocol &format) |
std::istream & | ucommon::operator>> (std::istream &in, stringlist_t &list) |
std::istream & | ucommon::operator>> (std::istream &inp, string_t &str) |
std::istream & | ucommon::operator>> (std::istream &inp, InputProtocol &format) |
Definition in file stream.h.