#include <socketstream/config.h>
#include <cerrno>
#include <streambuf>
#include <socketstream/basic_socket.h>
#include <socketstream/address_factory.h>
Include dependency graph for basic_socketbuf.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ss |
Classes | |
class | ss::basic_socketbuf< _CharT, _Traits > |
The actual work of input and output (for sockets). More... | |
Defines | |
#define | SOCKETSTREAM_BASIC_SOCKETBUF_H 1 |
#define | SOCKETSTREAM_BUFSIZE 32 |
Typedefs | |
typedef basic_socketbuf< char, std::char_traits< char > > | ss::socketbuf |
Definition in file basic_socketbuf.h.