This class represents an object subscribing to a signal. More...
#include <utils.h>
Public Member Functions | |
FunctorInstance (U *u) | |
![]() | |
virtual | ~Functor () |
Static Public Member Functions | |
static void | connect (U *u, const Signal a) |
static void | disconnect (U *u, const Signal a) |
This class represents an object subscribing to a signal.
When the signal callback is triggered the method callback() on the instance object will be called.
|
inline |
|
inlinestatic |
|
inlinestatic |