|
eventxx
1.0.1
|
| ▼Neventxx | Namespace for all symbols libevent C++ wrapper defines |
| Cexception | Base class for all libevent exceptions |
| Cinvalid_event | Invalid event exception |
| Cinvalid_priority | Invalid priority exception |
| Ctime | Time used for timeout values |
| Cbasic_event | Basic event from which all events derive |
| Cevent | Generic event object |
| Cevent< ccallback_type > | This is the specialization of eventxx::event for C-style callbacks |
| Ctimer | Timer event object |
| Ctimer< ccallback_type > | This is the specialization of eventxx::timer for C-style callbacks |
| Csignal | Signal event object |
| Csignal< ccallback_type > | This is the specialization of eventxx::signal for C-style callbacks |
| Cmem_cb | Helper functor to use an arbitrary member function as an event handler |
| Cdispatcher | Event dispatcher |