|
template<RecipientEnum e, typename Func > |
void | define_for (Func &&func) |
|
template<RecipientEnum e> |
void | undefine_for () |
|
template<RecipientEnum e, typename... Args> |
void | enact (Args &&... args) const |
|
template<typename... Args> |
void | operator() (RecipientEnum e, Args &&... args) const |
|
template<typename... Args> |
void | operator() (Args &&... args) const |
|
template<typename RecipientEnum, typename... FuncTypes>
class nta::EventTemplate< RecipientEnum, FuncTypes >
A template class for sending arbitrary type-safe Events
See Event_tests.cpp for example usage
Definition at line 13 of file Event.h.