This class represents a static subscription to a signal. More...
#include <utils.h>
Static Public Member Functions | |
static void | connect (const Signal a) |
static void | disconnect (const Signal a) |
Friends | |
class | MetaClass |
Additional Inherited Members | |
![]() | |
virtual | ~Functor () |
![]() | |
NonCopyable () | |
~NonCopyable () | |
This class represents a static subscription to a signal.
When the signal callback is triggered the static method callback() on the parameter class will be called.
|
inlinestatic |
|
inlinestatic |