frepple::utils::FunctorStatic< T, U > Class Template Reference
This class represents a static subscription to a signal. More...
#include <utils.h>
Inheritance diagram for frepple::utils::FunctorStatic< T, U >:

Static Public Member Functions | |
static void | connect (const Signal a) |
static void | disconnect (const Signal a) |
Friends | |
class | MetaClass |
Detailed Description
template<class T, class U>
class frepple::utils::FunctorStatic< T, U >
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.
Definition at line 1478 of file utils.h.
Member Function Documentation
template<class T, class U>
static void frepple::utils::FunctorStatic< T, U >::connect | ( | const Signal | a | ) | [inline, static] |
template<class T, class U>
static void frepple::utils::FunctorStatic< T, U >::disconnect | ( | const Signal | a | ) | [inline, static] |
Friends And Related Function Documentation
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
