|
Embedded Template Library
1.0
|
#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. | |
A derived function template that takes a parameter type.
| TObject | The object type that contains the member function. |
|
inline |
Constructor.
| object | Reference to the object |
| p_function | Pointer to the member function |