_path | libsocket::unix_socket | protected |
close_on_destructor | libsocket::socket | protected |
connect(const char *path, int socket_flags=0) | libsocket::unix_stream_client | |
connect(const string &path, int socket_flags=0) | libsocket::unix_stream_client | |
destroy(void) | libsocket::socket | virtual |
get_path(void) | libsocket::unix_socket | |
getfd(void) const | libsocket::socket | |
is_nonblocking (defined in libsocket::socket) | libsocket::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 |
unix_socket() (defined in libsocket::unix_socket) | libsocket::unix_socket | |
unix_stream_client(void) | libsocket::unix_stream_client | |
unix_stream_client(const char *path, int socket_flags=0) | libsocket::unix_stream_client | |
unix_stream_client(const string &path, int socket_flags=0) | libsocket::unix_stream_client | |
unix_stream_server class | libsocket::unix_stream_client | friend |
~socket() | libsocket::socket | virtual |