close() | iohandle | |
err | iohandle | [protected] |
error() | iohandle | |
get_fd() | iohandle | |
iohandle(int fd=-1) | iohandle | |
read(void *buf, int count) | iohandle | |
read(databuf &buf, int count) | iohandle | |
read(databuf &buf) | iohandle | |
read_fully(void *buf, int count) | iohandle | |
read_fully(databuf &buf, int count) | iohandle | |
read_fully(databuf &buf) | iohandle | |
set_blocking(bool block) | iohandle | |
set_fd(int fd) | iohandle | |
socket(int fd=-1) | socket | |
tcpsocket() | tcpsocket | |
write(const void *buf, int count) | iohandle | |
write(const databuf &in) | iohandle | |
write_fully(const void *buf, int count) | iohandle | |
write_fully(const databuf &in) | iohandle |