| PPL
    1.1
    | 
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. | |
|  Public Member Functions inherited from Parma_Polyhedra_Library::Implementation::Watchdog::Handler | |
| virtual | ~Handler () | 
| Virtual destructor. | |
A kind of Handler calling a given function.