|
Embedded Template Library
1.0
|
#include <error_handler.h>
Classes | |
| struct | free_function |
| Callback class for free handler functions. More... | |
| struct | member_function |
| Callback class for member handler functions. More... | |
Static Public Member Functions | |
| static void | set_callback (ifunction< const exception & > &f) |
| static void | error (const exception &e) |
Error handler for when throwing exceptions is not required.
|
static |
Sends the exception error to the user's handler function.
| e | The exception error. |
Sets the error callback function.
| f | A reference to an etl::function object that will handler errors. |