|
Embedded Template Library
1.0
|
Callback class for member handler functions. More...
#include <error_handler.h>
Public Member Functions | |
| member_function (TObject &object, void(TObject::*p_function)(const exception &)) | |
Public Member Functions inherited from etl::function< TObject, const exception & > | |
| function (TObject &object, void(TObject::*p_function)(const exception &)) | |
| virtual void | operator() (const exception &data) |
Additional Inherited Members | |
Public Types inherited from etl::function< TObject, const exception & > | |
| typedef TObject | 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 member handler functions.