This class represents an object subscribing to a signal. More...
#include <utils.h>

Public Member Functions | |
| FunctorInstance (U *u) | |
Public Member Functions inherited from frepple::utils::Functor | |
| virtual | ~Functor () |
Static Public Member Functions | |
| static void | connect (U *u, const Signal a) |
| static void | disconnect (U *u, const Signal a) |
Additional Inherited Members | |
Protected Member Functions inherited from frepple::utils::NonCopyable | |
| NonCopyable () | |
| ~NonCopyable () | |
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 |