#include <ucommon/platform.h>
#include <ucommon/fsys.h>
#include <iostream>
#include <ucommon/protocols.h>
#include <ucommon/thread.h>
#include <ucommon/socket.h>
Go to the source code of this file.
Namespaces | |
namespace | ucc |
Data Structures | |
class | ucc::filestream |
Streamable tcp connection between client and server. More... | |
class | ucc::pipestream |
Streamable tcp connection between client and server. More... | |
class | ucc::StreamProtocol |
Common stream protocol for std C++ i/o classes. More... | |
class | ucc::tcpstream |
Streamable tcp connection between client and server. More... |
Definition in file stream.h.