|
ucommon
|
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>

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. | |
Any ucommon streaming classes that are built from std::streamio facilities and that support ANSI C++ stream operators.
Definition in file stream.h.
1.7.6.1