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 | |
Public Member Functions inherited from frepple::utils::Functor | |
| virtual | ~Functor () |
Protected Member Functions inherited from frepple::utils::NonCopyable | |
| 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 |