#include <senf/PPI/detail/EventBinding.hh>

Definition at line 97 of file EventBinding.hh.
Public Types |
|
| typedef EventType | Event |
| typedef detail::EventArgType < Event >::type |
EventArg |
| typedef detail::Callback < EventArg >::type |
Callback |
Public Member Functions |
|
| EventBinding (EventManager &manager, module::Module &module, Callback callback, EventDescriptor &descriptor) | |
| typedef detail::Callback<EventArg>::type senf::ppi::detail::EventBinding< EventType >:: | ||||
| Callback | ||||
Definition at line 104 of file EventBinding.hh.
| typedef EventType senf::ppi::detail::EventBinding< EventType >:: | ||||
| Event | ||||
Definition at line 102 of file EventBinding.hh.
| typedef detail::EventArgType<Event>::type senf::ppi::detail::EventBinding< EventType >:: | ||||
| EventArg | ||||
Reimplemented from senf::ppi::detail::EventBindingHelper< EventType, EventBinding< EventType > >.
Definition at line 103 of file EventBinding.hh.
| senf::ppi::detail::EventBinding< EventType >:: | ||||
| EventBinding | ( | EventManager & | manager, | |
| module::Module & | module, | |||
| Callback | callback, | |||
| EventDescriptor & | descriptor | ) | ||
Definition at line 91 of file EventBinding.cti.