|
Embedded Template Library
1.0
|
Callback class for free handler functions. More...
#include <error_handler.h>
Public Member Functions | |
| free_function (void(*p_function)(const exception &)) | |
Public Member Functions inherited from etl::function< void, const exception & > | |
| function (void &object, void(void::*p_function)(const exception &)) | |
| virtual void | operator() (const exception &data) |
Additional Inherited Members | |
Public Types inherited from etl::function< void, const exception & > | |
| typedef void | object_type |
| The type of object. | |
| typedef const exception & | parameter_type |
| The type of parameter sent to the function. | |
Public Types inherited from etl::ifunction< const exception & > | |
| typedef const exception & | parameter_type |
| The type of parameter sent to the function. | |
Callback class for free handler functions.