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