Rtos API example

Embed: (wiki syntax)

« Back to documentation index

FunctionPointerWithContext.h File Reference

FunctionPointerWithContext.h File Reference

Go to the source code of this file.

Data Structures

class  FunctionPointerWithContext< ContextType >
 Function like object adapter over freestanding and member functions. More...

Functions

template<typename T , typename ContextType >
FunctionPointerWithContext
< ContextType > 
makeFunctionPointer (T *object, void(T::*member)(ContextType context))
 Factory of adapted member function pointers.

Detailed Description

Definition in file FunctionPointerWithContext.h.