UCommon
Data Structures | Namespaces | Typedefs
buffer.h File Reference

Classes which use the buffer protocol to stream data. More...

#include <ucommon/platform.h>
#include <ucommon/protocols.h>
#include <ucommon/socket.h>
#include <ucommon/string.h>
#include <ucommon/fsys.h>
#include <ucommon/shell.h>
Include dependency graph for buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ucommon::fbuf
 A generic file streaming class built from the buffer protocol. More...
class  ucommon::TCPBuffer
 A generic tcp socket class that offers i/o buffering. More...

Namespaces

namespace  ucommon
 Common namespace for all ucommon objects.

Typedefs

typedef fbuf ucommon::file_t
 Convenience type for buffered file operations.
typedef TCPBuffer ucommon::tcp_t
 Convenience type for pure tcp sockets.

Detailed Description

Classes which use the buffer protocol to stream data.

Definition in file buffer.h.