PPL
1.2
|
A kind of Handler calling a given function. More...
#include <Handler_defs.hh>
Public Member Functions | |
Handler_Function (void(*const function)()) | |
Constructor with a given function. More... | |
virtual void | act () const |
Does its job: calls the embedded function. More... | |
![]() | |
virtual | ~Handler () |
Virtual destructor. More... | |
Private Attributes | |
void(*const | f )() |
Pointer to the embedded function. More... | |
A kind of Handler calling a given function.
Definition at line 80 of file Handler_defs.hh.
|
inline |
Constructor with a given function.
Definition at line 48 of file Handler_inlines.hh.
|
virtual |
Does its job: calls the embedded function.
Implements Parma_Polyhedra_Library::Implementation::Watchdog::Handler.
Definition at line 33 of file Handler.cc.
|
private |
Pointer to the embedded function.
Definition at line 91 of file Handler_defs.hh.