A class to use any socket as a classic standard stream. More...
#include <claw/basic_socketbuf.hpp>#include <iostream>#include <claw/impl/socket_stream.tpp>Go to the source code of this file.
Classes | |
| class | claw::net::basic_socket_stream< CharT, Traits > |
| A class to use any socket as a classic standard stream. More... | |
Namespaces | |
| namespace | claw |
This is the main namespace. | |
| namespace | claw::net |
Network communications. | |
Typedefs | |
| typedef basic_socket_stream< char > | claw::net::socket_stream |
| typedef basic_socket_stream < wchar_t > | claw::net::wsocket_stream |
A class to use any socket as a classic standard stream.
Definition in file socket_stream.hpp.
1.6.1