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::free_function Struct Reference
Callback class for free handler functions. More...
#include <error_handler.h>
Inherits function< void, const etl::exception & >.
Public Types | |
typedef void | 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
Callback class for free handler functions.
Definition at line 58 of file error_handler.h.
Member Typedef Documentation
typedef void 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
