| accept(struct sockaddr *addr, socklen_t *addrlen, event< fd > result) | tamer::fd | [inline] |
| accept(const event< fd > &result) | tamer::fd | [inline] |
| at_close(event<> e) | tamer::fd | [inline] |
| bind(const struct sockaddr *addr, socklen_t addrlen) | tamer::fd | |
| close(event< int > done) | tamer::fd | |
| close() | tamer::fd | [inline] |
| closer() | tamer::fd | |
| connect(const struct sockaddr *addr, socklen_t addrlen, event< int > done) | tamer::fd | [inline] |
| default_backlog enum value (defined in tamer::fd) | tamer::fd | |
| error() const | tamer::fd | [inline] |
| error_close(int errcode) | tamer::fd | [inline] |
| fd() | tamer::fd | [inline] |
| fd(int f) | tamer::fd | [inline, explicit] |
| fd(const fd &f) | tamer::fd | [inline] |
| fstat(struct stat &stat, event< int > done) | tamer::fd | |
| listen(int backlog=default_backlog) | tamer::fd | |
| make_nonblocking(int f) | tamer::fd | [static] |
| open(const char *filename, int flags, mode_t mode, event< fd > result) | tamer::fd | [static] |
| open(const char *filename, int flags, event< fd > result) | tamer::fd | [inline, static] |
| operator unspecified_bool_type() const | tamer::fd | [inline] |
| operator!() const | tamer::fd | [inline] |
| operator!=(const fd &, const fd &) | tamer::fd | [friend] |
| operator=(const fd &f) | tamer::fd | [inline] |
| operator==(const fd &, const fd &) | tamer::fd | [friend] |
| read(void *buf, size_t size, size_t &nread, event< int > done) | tamer::fd | [inline] |
| read(void *buf, size_t size, const event< int > &done) | tamer::fd | [inline] |
| socket(int domain, int type, int protocol) | tamer::fd | [static] |
| unspecified_bool_type typedef (defined in tamer::fd) | tamer::fd | |
| valid() const | tamer::fd | [inline] |
| value() const | tamer::fd | [inline] |
| write(const void *buf, size_t size, size_t &nwritten, event< int > done) | tamer::fd | [inline] |
| write(const void *buf, size_t size, const event< int > &done) | tamer::fd | [inline] |
| write(std::string buf, size_t &nwritten, event< int > done) | tamer::fd | [inline] |
| write(const std::string &buf, const event< int > &done) | tamer::fd | [inline] |
| ~fd() | tamer::fd | [inline] |