as_string() const | IOHandle | |
get_fd() const | IOHandle | |
IOHandle() | IOHandle | |
IOHandle(int fd) | IOHandle | [explicit] |
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] |
stat() const | IOHandle | |
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 |