fw4spl
|
Public Slots | |
void | trigger () |
Public Member Functions | |
template<typename CALLABLE > | |
FuncSlot (CALLABLE c) | |
template<typename CALLABLE > | |
void | setFunction (CALLABLE c) |
Protected Attributes | |
std::function< void() > | m_func |
Definition at line 22 of file FuncSlot.hpp.