|
join 1.0
lightweight network framework library
|
This is the complete list of members for join::IoOperation, including all inherited members.
| code | join::IoOperation | |
| data | join::IoOperation | |
| fd() const noexcept | join::IoOperation | |
| handler | join::IoOperation | |
| index | join::IoOperation | |
| linked | join::IoOperation | |
| makeAccept(int fd, sockaddr *addr, socklen_t *addrlen, int flags, CompletionHandler *handler) noexcept | join::IoOperation | static |
| makeConnect(int fd, const sockaddr *addr, socklen_t addrlen, CompletionHandler *handler) noexcept | join::IoOperation | static |
| makeRead(int fd, void *buf, uint32_t len, CompletionHandler *handler, bool linked=false) noexcept | join::IoOperation | static |
| makeReadFixed(int fd, void *buf, uint32_t len, uint16_t index, CompletionHandler *handler, bool linked=false) noexcept | join::IoOperation | static |
| makeRecv(int fd, void *buf, uint32_t len, int flags, CompletionHandler *handler, bool linked=false) noexcept | join::IoOperation | static |
| makeRecvmsg(int fd, msghdr *msg, int flags, CompletionHandler *handler, bool linked=false) noexcept | join::IoOperation | static |
| makeSend(int fd, const void *buf, uint32_t len, int flags, CompletionHandler *handler, bool linked=false) noexcept | join::IoOperation | static |
| makeSendmsg(int fd, const msghdr *msg, int flags, CompletionHandler *handler, bool linked=false) noexcept | join::IoOperation | static |
| makeWrite(int fd, const void *buf, uint32_t len, CompletionHandler *handler, bool linked=false) noexcept | join::IoOperation | static |
| makeWriteFixed(int fd, const void *buf, uint32_t len, uint16_t index, CompletionHandler *handler, bool linked=false) noexcept | join::IoOperation | static |
| Opcode enum name | join::IoOperation | |
| State enum name | join::IoOperation | |
| state | join::IoOperation |