|
VideoTools
|
An "fd_set" wrapper class used by GNet::EventLoopImp. More...
Public Member Functions | |
| void | init (const EventHandlerList &) |
| void | raiseEvents (EventHandlerList &, void(EventHandler::*method)()) |
| void | raiseEvent (EventHandler *, void(EventHandler::*method)()) |
| void | invalidate () |
| int | fdmax (int=0) const |
| fd_set * | operator() () |
An "fd_set" wrapper class used by GNet::EventLoopImp.
Definition at line 45 of file geventloop_unix.cpp.