|
Embedded Template Library
1.0
|
#include <function.h>
Public Types | |
| typedef TParameter | parameter_type |
| The type of parameter sent to the function. | |
Public Member Functions | |
| virtual void | operator() (TParameter)=0 |
| The function operator that will be overridden. | |
The base interface template for function template specialisations.
| TParameter | The parameter type expected by the function. |