|
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 <ucommon/shell.h>#include <iostream>#include <fstream>

Go to the source code of this file.
Data Structures | |
| class | ucommon::_stream_operators |
| At least with gcc, linking of stream operators was broken. More... | |
| class | ucommon::filestream |
| Streamable file class based on low level fsys io. More... | |
| class | ucommon::imemstream |
| Stream class to read from a memory buffer. More... | |
| class | ucommon::omemstream |
| Stream class to write to memory buffer. More... | |
| class | ucommon::pipestream |
| Streamable pipe socket connection. 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... | |
Namespaces | |
| ucommon | |
| Common namespace for all ucommon objects. | |
Variables | |
| iostream & | std::null |
Any ucommon streaming classes that are built from std::streamio facilities and that support ANSI C++ stream operators.
Definition in file stream.h.
1.8.14