| accept(address &a) | socket | |
| acceptor enum value | socket | |
| as_string() const | iohandle | |
| bind(const address &a) | socket | |
| connect(const address &a) | socket | |
| flags enum name | socket | |
| get_fd() const | iohandle | |
| getpeername() | socket | |
| getsockname() | socket | |
| iohandle() | iohandle | |
| iohandle(int fd) | iohandle | [explicit] |
| listen(int backlog=5) | socket | |
| nonblocking enum value | socket | |
| none enum value | socket | |
| operator bool() const | iohandle | |
| pipe() | iohandle | [static] |
| read(void *buf, unsigned int count) | iohandle | |
| read(databuf buf, unsigned int count) | iohandle | |
| read(databuf buf) | iohandle | |
| read_fully(void *buf, unsigned int count) | iohandle | |
| read_fully(databuf buf, unsigned int count) | iohandle | |
| read_fully(databuf buf) | iohandle | |
| set_blocking(bool block) | iohandle | |
| set_status(const status &s) | iohandle | [protected] |
| socket(int fd) | socket | [protected] |
| socket(int family, int type) | socket | [protected] |
| socket(int family, int type, address addr, flags f=none) | socket | [protected] |
| socket() | socket | |
| socket(const iohandle &ioh) | socket | |
| stat() | socket | |
| iohandle::stat() const | iohandle | |
| sys_socket(int a, int b, int c) | socket | [static] |
| tcpsocket() | tcpsocket | |
| tcpsocket(address addr, flags f=none) | tcpsocket | |
| tcpsocket(const iohandle &ioh) | tcpsocket | |
| write(const void *buf, int count) | iohandle | |
| write(constbuf in) | iohandle | |
| write_fully(const void *buf, unsigned int count) | iohandle | |
| write_fully(constbuf in) | iohandle | |