30 #ifndef __ETL_ERROR_HANDLER__
31 #define __ETL_ERROR_HANDLER__
64 template <
typename TObject>
static void set_callback(ifunction< const exception & > &f)
Definition: error_handler.cpp:41
Definition: error_handler.h:46
Callback class for member handler functions.
Definition: error_handler.h:65
Definition: algorithm.h:43
Definition: exception.h:42
Definition: function.h:83
static void error(const exception &e)
Definition: error_handler.cpp:50
Callback class for free handler functions.
Definition: error_handler.h:53