Network communications. More...
Classes | |
class | basic_socket |
Common interface for claw::net::basic_socketbuf and claw::net::socket_server. More... | |
class | basic_socketbuf |
Socket buffer to be used with std::basic_stream, for easy socket reading and writing. More... | |
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 | socket_server |
Class used to receive incoming connections. More... | |
class | basic_socket_stream |
A class to use any socket as a classic standard stream. More... | |
class | socket_traits |
Common interface for platform specific methods needed for using sockets. More... | |
Typedefs | |
typedef basic_isocket_stream < char > | isocket_stream |
typedef basic_isocket_stream < wchar_t > | wisocket_stream |
typedef basic_osocket_stream < char > | osocket_stream |
typedef basic_osocket_stream < wchar_t > | wosocket_stream |
typedef basic_socket_stream< char > | socket_stream |
typedef basic_socket_stream < wchar_t > | wsocket_stream |
Network communications.
typedef basic_isocket_stream<char> claw::net::isocket_stream |
Definition at line 79 of file isocket_stream.hpp.
typedef basic_osocket_stream<char> claw::net::osocket_stream |
Definition at line 79 of file osocket_stream.hpp.
typedef basic_socket_stream<char> claw::net::socket_stream |
Definition at line 75 of file socket_stream.hpp.
typedef basic_isocket_stream<wchar_t> claw::net::wisocket_stream |
Definition at line 80 of file isocket_stream.hpp.
typedef basic_osocket_stream<wchar_t> claw::net::wosocket_stream |
Definition at line 80 of file osocket_stream.hpp.
typedef basic_socket_stream<wchar_t> claw::net::wsocket_stream |
Definition at line 76 of file socket_stream.hpp.