Mbed OS Reference
Loading...
Searching...
No Matches
common/FunctionPointerWithContext.h File Reference
#include <cstring>
#include "ble/common/SafeBool.h"

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