UCommon
Data Structures | Namespaces
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  ucommon::filestream
 Streamable tcp connection between client and server. More...
class  ucommon::pipestream
 Streamable tcp connection between client and server. More...
class  ucommon::StreamProtocol
 Common stream protocol for std C++ i/o classes. More...
class  ucommon::tcpstream
 Streamable tcp connection between client and server. More...

Namespaces

namespace  ucommon
 Common namespace for all ucommon objects.

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.