claw
1.9.0
|
Files | |
file | basic_socket.hpp [code] |
Common interface for claw::net::basic_socketbuf and claw::net::socket_server. | |
file | basic_socketbuf.hpp [code] |
Socket buffer to be used with std::basic_socket_stream, for easy socket reading and writing. | |
file | isocket_stream.hpp [code] |
A class to use any socket as a classic standard input stream. | |
file | osocket_stream.hpp [code] |
A class to use any socket as a classic standard output stream. | |
file | socket_server.hpp [code] |
Class used to receive incoming connections. | |
file | socket_stream.hpp [code] |
A class to use any socket as a classic standard stream. | |
file | socket_traits.hpp [code] |
Include the good interface for sockets for your system. | |
file | socket_traits_unix.hpp [code] |
Unix interface for using sockets. | |
file | socket_traits_win32.hpp [code] |
Win32 interface for using sockets. | |