claw 1.9.0
 
Loading...
Searching...
No Matches
claw::net Namespace Reference

Network communications. More...

Classes

class  basic_isocket_stream
 A class to use any socket as a classic standard input stream. More...
 
class  basic_osocket_stream
 A class to use any socket as a classic standard output stream. More...
 
class  basic_socket
 Common interface for claw::net::basic_socketbuf and claw::net::socket_server. More...
 
class  basic_socket_stream
 A class to use any socket as a classic standard stream. More...
 
class  basic_socketbuf
 Socket buffer to be used with std::basic_stream, for easy socket reading and writing. More...
 
class  socket_server
 Class used to receive incoming connections. More...
 

Typedefs

typedef basic_isocket_stream< char > isocket_stream
 Implementation of the basic_isocket_stream for the char type.
 
typedef basic_isocket_stream< wchar_t > wisocket_stream
 Implementation of the basic_isocket_stream for the wide characters.
 
typedef basic_osocket_stream< char > osocket_stream
 Implementation of the basic_osocket_stream for the char type.
 
typedef basic_osocket_stream< wchar_t > wosocket_stream
 Implementation of the basic_osocket_stream for the wide characters.
 
typedef basic_socket_stream< char > socket_stream
 Implementation of the basic_socket_stream for the char type.
 
typedef basic_socket_stream< wchar_t > wsocket_stream
 Implementation of the basic_socket_stream for the wide characters.
 

Detailed Description

Network communications.

Typedef Documentation

◆ isocket_stream

Implementation of the basic_isocket_stream for the char type.

Definition at line 92 of file isocket_stream.hpp.

◆ osocket_stream

Implementation of the basic_osocket_stream for the char type.

Definition at line 92 of file osocket_stream.hpp.

◆ socket_stream

Implementation of the basic_socket_stream for the char type.

Definition at line 88 of file socket_stream.hpp.

◆ wisocket_stream

Implementation of the basic_isocket_stream for the wide characters.

Definition at line 96 of file isocket_stream.hpp.

◆ wosocket_stream

Implementation of the basic_osocket_stream for the wide characters.

Definition at line 96 of file osocket_stream.hpp.

◆ wsocket_stream

Implementation of the basic_socket_stream for the wide characters.

Definition at line 92 of file socket_stream.hpp.