_path | libsocket::unix_socket | protected |
close_on_destructor | libsocket::socket | protected |
connect(const char *path) | libsocket::unix_dgram_client | |
connect(const string &path) | libsocket::unix_dgram_client | |
connected | libsocket::dgram_client_socket | protected |
deconnect(void) | libsocket::unix_dgram_client | |
destroy(void) | libsocket::socket | virtual |
dgram_client_socket(void) (defined in libsocket::dgram_client_socket) | libsocket::dgram_client_socket | |
get_path(void) | libsocket::unix_socket | |
getconn(void) const | libsocket::dgram_client_socket | |
getfd(void) const | libsocket::socket | |
is_connected(void) const | libsocket::dgram_client_socket | |
is_nonblocking (defined in libsocket::socket) | libsocket::socket | protected |
rcv(void *buf, size_t len, int flags=0) | libsocket::dgram_client_socket | |
rcvfrom(void *buf, size_t length, char *source, size_t source_len, int recvfrom_flags=0) | libsocket::unix_dgram | |
rcvfrom(void *buf, size_t length, string &source, int recvfrom_flags=0) | libsocket::unix_dgram | |
rcvfrom(string &buf, string &source, int recvfrom_flags=0) | libsocket::unix_dgram | |
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 | |
setup(const char *path, int flags=0) | libsocket::unix_dgram_client | |
sfd | libsocket::socket | protected |
snd(const void *buf, size_t len, int flags=0) | libsocket::dgram_client_socket | |
sndto(const void *buf, size_t length, const char *path, int sendto_flags=0) | libsocket::unix_dgram | |
sndto(const void *buf, size_t length, const string &path, int sendto_flags=0) | libsocket::unix_dgram | |
sndto(const string &buf, const string &path, int sendto_flags=0) | libsocket::unix_dgram | |
socket(void) | libsocket::socket | |
socket(const socket &)=delete (defined in libsocket::socket) | libsocket::socket | |
socket(socket &&) | libsocket::socket | |
unix_dgram_client(int flags=0) | libsocket::unix_dgram_client | |
unix_dgram_client(const char *path, int flags=0) | libsocket::unix_dgram_client | |
unix_dgram_client(const string &path, int flags=0) | libsocket::unix_dgram_client | |
unix_socket() (defined in libsocket::unix_socket) | libsocket::unix_socket | |
~socket() | libsocket::socket | virtual |