|
Embedded Template Library 1.0
|
#include <callback.h>
Public Types | |
| typedef parameter< TParameter, ID > | type |
Public Member Functions | |
| virtual void | etl_callback (type p=type())=0 |
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.
| TParameter | The callback parameter type. |
| ID | The unique id for this callback. |