|
Embedded Template Library
1.0
|
#include <function.h>
Public Member Functions | |
| function (void(*p_function)(void)) | |
| virtual void | operator() () |
| The function operator that calls the destination function. | |
Specialisation static functions taking void parameter.
|
inline |
Constructor.
| p_function | Pointer to the function. |