![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/io/Reactor.hpp>
Public Member Functions | |
Handle (Reactor &reactor, int fd, int sid) | |
constexpr | Handle (std::nullptr_t=nullptr) noexcept |
~Handle () | |
Handle (const Handle &)=delete | |
Handle & | operator= (const Handle &)=delete |
Handle (Handle &&rhs) noexcept | |
Handle & | operator= (Handle &&rhs) noexcept |
bool | empty () const noexcept |
operator bool () const noexcept | |
auto | fd () const noexcept |
auto | sid () const noexcept |
void | reset (std::nullptr_t=nullptr) noexcept |
void | swap (Handle &rhs) noexcept |
void | set_events (unsigned events, IoSlot slot, std::error_code &ec) noexcept |
Modify I/O event subscription. | |
void | set_events (unsigned events, IoSlot slot) |
void | set_events (unsigned events, std::error_code &ec) noexcept |
void | set_events (unsigned events) |
void | set_io_priority (Priority priority) |
Definition at line 47 of file Reactor.hpp.
Definition at line 49 of file Reactor.hpp.
Definition at line 55 of file Reactor.hpp.
|
inline |
Definition at line 56 of file Reactor.hpp.
|
inlinenoexcept |
Definition at line 63 of file Reactor.hpp.
Definition at line 72 of file Reactor.hpp.
|
inlinenoexcept |
Definition at line 78 of file Reactor.hpp.
|
inlineexplicitnoexcept |
Definition at line 79 of file Reactor.hpp.
|
inlinenoexcept |
Definition at line 80 of file Reactor.hpp.
|
inlinenoexcept |
Definition at line 81 of file Reactor.hpp.
Definition at line 83 of file Reactor.hpp.
Definition at line 92 of file Reactor.hpp.
|
inlinenoexcept |
Modify I/O event subscription.
Definition at line 100 of file Reactor.hpp.
Definition at line 105 of file Reactor.hpp.
|
inlinenoexcept |
Definition at line 110 of file Reactor.hpp.
Definition at line 115 of file Reactor.hpp.
Definition at line 121 of file Reactor.hpp.