claw 1.9.0
 
Loading...
Searching...
No Matches
basic_socketbuf.hpp File Reference

Socket buffer to be used with std::basic_socket_stream, for easy socket reading and writing. More...

#include <claw/net/basic_socket.hpp>
#include <streambuf>
#include <string>
#include <claw/net/basic_socketbuf.tpp>
Include dependency graph for basic_socketbuf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  claw::net::basic_socketbuf< CharT, Traits >
 Socket buffer to be used with std::basic_stream, for easy socket reading and writing. More...
 

Namespaces

namespace  claw
 This is the main namespace.
 
namespace  claw::net
 Network communications.
 

Detailed Description

Socket buffer to be used with std::basic_socket_stream, for easy socket reading and writing.

Author
Julien Jorge

Definition in file basic_socketbuf.hpp.