Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

callback< TParameter, ID > Class Template Reference

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:
TParameterThe callback parameter type.
IDThe unique id for this callback.

Definition at line 44 of file callback.h.