#include <ucommon/platform.h>
#include <ucommon/protocols.h>
#include <ucommon/socket.h>
#include <ucommon/fsys.h>


Go to the source code of this file.
Namespaces | |
| namespace | ucc |
Data Structures | |
| class | ucc::fbuf |
| A generic file streaming class built from the buffer protocol. More... | |
| class | ucc::TCPBuffer |
| A generic tcp socket class that offers i/o buffering. More... | |
Typedefs | |
| typedef fbuf | ucc::file_t |
| Convenience type for buffered file operations. | |
| typedef TCPBuffer | ucc::tcp_t |
| Convenience type for pure tcp sockets. | |
Definition in file buffer.h.
1.5.6