|
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 | |
| group | join::IoOperation | |
| handler | join::IoOperation | |
| index | join::IoOperation | |
| IoOperation()=default | join::IoOperation | |
| IoOperation(const IoOperation &other) noexcept | join::IoOperation | |
| linked | join::IoOperation | |
| makeAccept(int fd, sockaddr *addr, socklen_t *addrlen, int flags, CompletionHandler *handler) noexcept | join::IoOperation | static |
| makeAcceptMulti(int fd, int flags, CompletionHandler *handler) noexcept | join::IoOperation | static |
| makeConnect(int fd, const sockaddr *addr, socklen_t addrlen, CompletionHandler *handler) noexcept | join::IoOperation | static |
| makePoll(int fd, uint32_t events, CompletionHandler *handler) noexcept | join::IoOperation | static |
| makePollMulti(int fd, uint32_t events, 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 |
| makeRecvmsgMulti(int fd, uint16_t group, msghdr *msg, int flags, CompletionHandler *handler) noexcept | join::IoOperation | static |
| makeRecvMulti(int fd, uint16_t group, int flags, CompletionHandler *handler) 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 |
| more | join::IoOperation | |
| multishot | join::IoOperation | |
| Opcode enum name | join::IoOperation | |
| operator=(const IoOperation &other) noexcept | join::IoOperation | |
| resume | join::IoOperation | |
| ring | join::IoOperation | |
| State enum name | join::IoOperation | |
| state | join::IoOperation |