unix_socket Member List
This is the complete list of members for
unix_socket, including all inherited members.
| accept() | unix_socket | [virtual] |
| address | unix_socket | [protected] |
| bad_address enum value | unix_socket | [protected] |
| broken_pipe enum value | unix_socket | [protected] |
| cancel_accept() | unix_socket | [virtual] |
| close() | unix_socket | [virtual] |
| connect(int max_attempts, time_t timeout) | unix_socket | |
| socket_t::connect(char const *address, socket_domain domain=sock_any_domain, int max_attempts=DEFAULT_CONNECT_MAX_ATTEMPTS, time_t timeout=DEFAULT_RECONNECT_TIMEOUT) | socket_t | [static] |
| connection_failed enum value | unix_socket | [protected] |
| create_file | unix_socket | [protected] |
| create_global(char const *address, int listen_queue_size=DEFAULT_LISTEN_QUEUE_SIZE) | socket_t | [static] |
| create_local(char const *address, int listen_queue_size=DEFAULT_LISTEN_QUEUE_SIZE) | socket_t | [static] |
| domain | unix_socket | [protected] |
| errcode | unix_socket | [protected] |
| error_codes enum name | unix_socket | [protected] |
| fd | unix_socket | [protected] |
| get_error_text(char *buf, size_t buf_size) | unix_socket | [virtual] |
| get_handle() | unix_socket | [virtual] |
| get_peer_name() | unix_socket | [virtual] |
| invalid_access_mode enum value | unix_socket | [protected] |
| is_ok() | unix_socket | [virtual] |
| not_opened enum value | unix_socket | [protected] |
| ok enum value | unix_socket | [protected] |
| open(int listen_queue_size) | unix_socket | |
| read(void *buf, size_t min_size, size_t max_size, time_t timeout) | unix_socket | [virtual] |
| socket_t::read(void *buf, size_t size) | socket_t | [inline] |
| shutdown() | unix_socket | [virtual] |
| sock_any_domain enum value | socket_t | |
| sock_global_domain enum value | socket_t | |
| sock_local_domain enum value | socket_t | |
| socket_domain enum name | socket_t | |
| socket_t() | socket_t | [inline] |
| ss_close enum value | socket_t | [protected] |
| ss_open enum value | socket_t | [protected] |
| ss_shutdown enum value | socket_t | [protected] |
| state | socket_t | [protected] |
| unix_socket(const char *address, socket_domain domain) | unix_socket | |
| unix_socket(int new_fd) | unix_socket | |
| unix_socket_dir | unix_socket | [static] |
| write(void const *buf, size_t size, time_t timeout) | unix_socket | [virtual] |
| ~socket_t() | socket_t | [inline, virtual] |
| ~unix_socket() | unix_socket | |