#include <signal.h>
Public Member Functions | |
| Signal () | |
| Slot | connect (const std::function< FuncType > &func) |
| template<typename InstanceType , typename MemberFuncType > | |
| Slot | connect (InstanceType instance, MemberFuncType func) |
| template<typename... Args> | |
| void | operator() (Args... args) |