PPL
1.2
|
A kind of Handler calling a given function. More...
#include <ppl.hh>
Public Member Functions | |
Handler_Function (void(*const function)()) | |
Constructor with a given function. | |
virtual void | act () const |
Does its job: calls the embedded function. | |
![]() | |
virtual | ~Handler () |
Virtual destructor. | |
A kind of Handler calling a given function.