Classes | |
class | ss::basic_socketbuf< _CharT, _Traits > |
The actual work of input and output (for sockets). More... |
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.