31 #ifndef __CLAW_BASIC_SOCKET_HPP__ 32 #define __CLAW_BASIC_SOCKET_HPP__ 63 #endif // __CLAW_BASIC_SOCKET_HPP__ basic_socket * open()
Open the socket.
Include the good interface for sockets for your system.
int descriptor
Type of the system description of the socket.
basic_socket()
Constructor.
socket_traits::descriptor m_descriptor
File descriptor.
basic_socket * close()
Close the socket.
bool is_open() const
Tell if the socket is open.
Common interface for claw::net::basic_socketbuf and claw::net::socket_server.
This is the main namespace.