UCommon

ucommon/stream.h File Reference

Any ucommon streaming classes that are built from std::streamio facilities and that support ANSI C++ stream operators. More...

#include <ucommon/platform.h>
#include <ucommon/protocols.h>
#include <ucommon/thread.h>
#include <ucommon/socket.h>
#include <ucommon/fsys.h>
#include <iostream>
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.

Data Structures

class  filestream
 Streamable tcp connection between client and server. More...
class  pipestream
 Streamable tcp connection between client and server. More...
class  StreamProtocol
 Common stream protocol for std C++ i/o classes. More...
class  tcpstream
 Streamable tcp connection between client and server. More...

Detailed Description

Any ucommon streaming classes that are built from std::streamio facilities and that support ANSI C++ stream operators.

Definition in file stream.h.