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.
callback< TParameter, ID > Class Template Reference
A callback class designed to be multiply inherited by other client classes. More...
#include <callback.h>
Detailed Description
template<typename TParameter, const int ID>
class etl::callback< TParameter, ID >
A callback class designed to be multiply inherited by other client classes.
The class is parametrised with a callback parameter type and a unique id. The unique id allows multiple callbacks with the same parameter type.
- Template Parameters:
-
TParameter The callback parameter type. ID The unique id for this callback.
Definition at line 44 of file callback.h.
Generated on Tue Jul 12 2022 14:05:49 by
