eventxx
1.0.1
|
▼Ceventxx::basic_event | Basic event from which all events derive |
▼Ceventxx::event< F > | Generic event object |
Ceventxx::signal< F > | Signal event object |
Ceventxx::timer< F > | Timer event object |
▼Ceventxx::event< ccallback_type > | This is the specialization of eventxx::event for C-style callbacks |
Ceventxx::signal< ccallback_type > | This is the specialization of eventxx::signal for C-style callbacks |
Ceventxx::timer< ccallback_type > | This is the specialization of eventxx::timer for C-style callbacks |
Ceventxx::dispatcher | Event dispatcher |
▼Cstd::exception | STL class |
▼Ceventxx::exception | Base class for all libevent exceptions |
Ceventxx::invalid_event | Invalid event exception |
Ceventxx::invalid_priority | Invalid priority exception |
▼Cstd::logic_error | STL class |
▼Cstd::invalid_argument | STL class |
Ceventxx::invalid_event | Invalid event exception |
Ceventxx::invalid_priority | Invalid priority exception |
Ceventxx::mem_cb< O, M > | Helper functor to use an arbitrary member function as an event handler |
Ceventxx::time | Time used for timeout values |