Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
error_handler::member_function< TObject > Struct Template Reference
Callback class for member handler functions. More...
#include <error_handler.h>
Inherits function< TObject, const etl::exception & >.
Public Types | |
typedef TObject | object_type |
The type of object. | |
typedef const etl::exception & | parameter_type |
The type of parameter sent to the function. | |
Public Member Functions | |
virtual void | operator() (const etl::exception &data) |
The function operator that calls the destination function. |
Detailed Description
template<typename TObject>
struct etl::error_handler::member_function< TObject >
Callback class for member handler functions.
Definition at line 70 of file error_handler.h.
Member Typedef Documentation
typedef TObject object_type [inherited] |
The type of object.
Definition at line 93 of file function.h.
typedef const etl::exception & parameter_type [inherited] |
The type of parameter sent to the function.
Reimplemented from ifunction< const etl::exception & >.
Definition at line 94 of file function.h.
Member Function Documentation
virtual void operator() | ( | const etl::exception & | data ) | [virtual, inherited] |
The function operator that calls the destination function.
- Parameters:
-
data The data to pass to the function.
Implements ifunction< const etl::exception & >.
Definition at line 111 of file function.h.
Generated on Tue Jul 12 2022 14:05:49 by
