Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::function< TObject, void > Class Template Reference

#include <function.h>

Public Member Functions

 function (TObject &object, void(TObject::*p_function)(void))
 
virtual void operator() ()
 The function operator that calls the destination function.
 

Detailed Description

template<typename TObject>
class etl::function< TObject, void >

A derived function template that takes a parameter type.

Template Parameters
TObjectThe object type that contains the member function.

Constructor & Destructor Documentation

template<typename TObject >
etl::function< TObject, void >::function ( TObject &  object,
void(TObject::*)(void)  p_function 
)
inline

Constructor.

Parameters
objectReference to the object
p_functionPointer to the member function

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