E-MailRelay
|
An "fd_set" wrapper class used by GNet::EventLoopImp. More...
Public Member Functions | |
void | init (const EventHandlerList &) |
void | raiseEvents (EventHandlerList &, void(EventHandler::*method)()) |
void | raiseEvents (EventHandlerList &, void(EventHandler::*method)(EventHandler::Reason), EventHandler::Reason) |
void | invalidate () noexcept |
int | fdmax (int=0) const |
fd_set * | operator() () |
An "fd_set" wrapper class used by GNet::EventLoopImp.
Definition at line 47 of file geventloop_select.cpp.
int GNet::FdSet::fdmax | ( | int | n = 0 | ) | const |
Definition at line 156 of file geventloop_select.cpp.
void GNet::FdSet::init | ( | const EventHandlerList & | list | ) |
Definition at line 127 of file geventloop_select.cpp.
|
noexcept |
Definition at line 122 of file geventloop_select.cpp.
fd_set * GNet::FdSet::operator() | ( | ) |
Definition at line 117 of file geventloop_select.cpp.
void GNet::FdSet::raiseEvents | ( | EventHandlerList & | list, |
void(EventHandler::*)() | method | ||
) |
Definition at line 161 of file geventloop_select.cpp.
void GNet::FdSet::raiseEvents | ( | EventHandlerList & | list, |
void(EventHandler::*)(EventHandler::Reason) | method, | ||
EventHandler::Reason | reason | ||
) |
Definition at line 175 of file geventloop_select.cpp.