Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

Socket Buffer

The socket buffer class. More...

Classes

class  ss::basic_socketbuf< _CharT, _Traits >
 The actual work of input and output (for sockets). More...

Detailed Description

The socket buffer class.

The socket buffer class is an implementation of the std::basic_streambuf class.

It's purpose is to buffer output and input to/from a socket. The current implementation maintains a buffer for input and a buffer for output, with no putback space.

This class is used by the iostream implementation, and should not be used directly.


Generated on Sat May 21 21:25:46 2005 for Socket Streams Library by  doxygen 1.4.3