join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::IoOperation Member List

This is the complete list of members for join::IoOperation, including all inherited members.

codejoin::IoOperation
datajoin::IoOperation
fd() const noexceptjoin::IoOperation
handlerjoin::IoOperation
indexjoin::IoOperation
linkedjoin::IoOperation
makeAccept(int fd, sockaddr *addr, socklen_t *addrlen, int flags, CompletionHandler *handler) noexceptjoin::IoOperationstatic
makeConnect(int fd, const sockaddr *addr, socklen_t addrlen, CompletionHandler *handler) noexceptjoin::IoOperationstatic
makeRead(int fd, void *buf, uint32_t len, CompletionHandler *handler, bool linked=false) noexceptjoin::IoOperationstatic
makeReadFixed(int fd, void *buf, uint32_t len, uint16_t index, CompletionHandler *handler, bool linked=false) noexceptjoin::IoOperationstatic
makeRecv(int fd, void *buf, uint32_t len, int flags, CompletionHandler *handler, bool linked=false) noexceptjoin::IoOperationstatic
makeRecvmsg(int fd, msghdr *msg, int flags, CompletionHandler *handler, bool linked=false) noexceptjoin::IoOperationstatic
makeSend(int fd, const void *buf, uint32_t len, int flags, CompletionHandler *handler, bool linked=false) noexceptjoin::IoOperationstatic
makeSendmsg(int fd, const msghdr *msg, int flags, CompletionHandler *handler, bool linked=false) noexceptjoin::IoOperationstatic
makeWrite(int fd, const void *buf, uint32_t len, CompletionHandler *handler, bool linked=false) noexceptjoin::IoOperationstatic
makeWriteFixed(int fd, const void *buf, uint32_t len, uint16_t index, CompletionHandler *handler, bool linked=false) noexceptjoin::IoOperationstatic
Opcode enum namejoin::IoOperation
State enum namejoin::IoOperation
statejoin::IoOperation