Claw  1.7.3
Classes | Namespaces | Constant Groups | Typedefs
isocket_stream.hpp File Reference

A class to use any socket as a classic standard input stream. More...

#include <claw/basic_socketbuf.hpp>
#include <istream>
#include <claw/impl/isocket_stream.tpp>

Go to the source code of this file.

Classes

class  claw::net::basic_isocket_stream< CharT, Traits >
 A class to use any socket as a classic standard input stream. More...
 

Namespaces

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

Constant Groups

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

Typedefs

typedef basic_isocket_stream
< char > 
claw::net::isocket_stream
 Implementation of the basic_isocket_stream for the char type.
 
typedef basic_isocket_stream
< wchar_t > 
claw::net::wisocket_stream
 Implementation of the basic_isocket_stream for the wide characters.
 

Detailed Description

A class to use any socket as a classic standard input stream.

Author
Julien Jorge

Definition in file isocket_stream.hpp.