#include <dispatch.h>
Inheritance diagram for SigCX::StandardDispatcher:
Public Member Functions | |
StandardDispatcher () | |
virtual | ~StandardDispatcher () |
virtual bool | run (bool infinite=true) |
virtual void | exit () |
virtual void | move (Dispatcher &d) |
virtual bool | idle () const |
This class implements a event dispatcher on top of the standard UNIX select() function.
|
Constructor.
|
|
Destructor.
|
|
Cause exit of event loop.
Implements SigCX::Dispatcher. |
|
Get idle status.
Implements SigCX::Dispatcher. |
|
Move all callbacks to another dispatcher.
Implements SigCX::Dispatcher. |
|
Run the dispatcher. Run the dispatcher event loop, receiving events and calling the registered callbacks.
Implements SigCX::Dispatcher. |