eventxx  1.0.1
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Ceventxx::basic_eventBasic 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::dispatcherEvent dispatcher
 Cstd::exceptionSTL class
 Ceventxx::exceptionBase class for all libevent exceptions
 Ceventxx::invalid_eventInvalid event exception
 Ceventxx::invalid_priorityInvalid priority exception
 Cstd::logic_errorSTL class
 Cstd::invalid_argumentSTL class
 Ceventxx::invalid_eventInvalid event exception
 Ceventxx::invalid_priorityInvalid priority exception
 Ceventxx::mem_cb< O, M >Helper functor to use an arbitrary member function as an event handler
 Ceventxx::timeTime used for timeout values