close_on_destructor | libsocket::socket | protected |
connect(const char *dsthost, const char *dstport, int proto_osi3, int flags=0) | libsocket::inet_stream | |
connect(const string &dsthost, const string &dstport, int proto_osi3, int flags=0) | libsocket::inet_stream | |
destroy(void) | libsocket::socket | virtual |
getfd(void) const | libsocket::socket | |
gethost(void) const | libsocket::inet_socket | |
getport(void) const | libsocket::inet_socket | |
host | libsocket::inet_socket | protected |
inet_socket() (defined in libsocket::inet_socket) | libsocket::inet_socket | |
inet_stream(void) | libsocket::inet_stream | |
inet_stream(const char *dsthost, const char *dstport, int proto_osi3, int flags=0) | libsocket::inet_stream | |
inet_stream(const string &dsthost, const string &dstport, int proto_osi3, int flags=0) | libsocket::inet_stream | |
inet_stream_server class | libsocket::inet_stream | friend |
is_nonblocking (defined in libsocket::socket) | libsocket::socket | protected |
port | libsocket::inet_socket | protected |
proto | libsocket::inet_socket | protected |
rcv(void *buf, size_t len, int flags=0) | libsocket::stream_client_socket | |
set_close_on_destructor(bool cod) | libsocket::socket | inline |
set_sock_opt(int level, int optname, const char *optval, socklen_t optlen) const | libsocket::socket | |
sfd | libsocket::socket | protected |
shut_rd | libsocket::stream_client_socket | protected |
shut_wr | libsocket::stream_client_socket | protected |
shutdown(int method=LIBSOCKET_WRITE) | libsocket::stream_client_socket | |
snd(const void *buf, size_t len, int flags=0) | libsocket::stream_client_socket | |
socket(void) | libsocket::socket | |
socket(const socket &)=delete (defined in libsocket::socket) | libsocket::socket | |
socket(socket &&) | libsocket::socket | |
stream_client_socket() | libsocket::stream_client_socket | |
stream_client_socket(const stream_client_socket &)=delete (defined in libsocket::stream_client_socket) | libsocket::stream_client_socket | |
stream_client_socket(stream_client_socket &&other) (defined in libsocket::stream_client_socket) | libsocket::stream_client_socket | inline |
~socket() | libsocket::socket | virtual |