#include <signals.h>
Public Member Functions | |
| template<class T> | |
| void | add_handler (T *p_class, int(T::*p_func)(const Arg &)) |
| template<class T> | |
| void | remove_handler (T *p_class, int(T::*p_func)()) |
| void | operator() (const Arg &arg) |
Definition at line 171 of file signals.h.
1.5.1