Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::ifunction< TParameter > Class Template Referenceabstract

#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.
 

Detailed Description

template<typename TParameter>
class etl::ifunction< TParameter >

The base interface template for function template specialisations.

Template Parameters
TParameterThe parameter type expected by the function.

The documentation for this class was generated from the following file: