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