#include <thread_util.h>
Inheritance diagram for thread::CallBack::CBFunct:
Public Types | |
typedef T | Arg |
Public Methods | |
virtual | ~CBFunct () |
virtual void | operator() (const Arg &a)=0 |
The callback function. More... |
You need to inherit your class form this to add it to a CallBack instance
|
The callback function. This method gets called, if you are in the callback list and CallBack<T>::Run(const T&) is called.
Implemented in VTQL::CModul. |