VICI
0.11.815
Visual Chart Interpreter
|
A template wrapper for function calls. More...
#include <vici/libifstubs.h>
Public Member Functions | |
AnEvent (void(T::*f)(), T *x) | |
Constructor. More... | |
virtual void | execute () |
Execute the saved function pointer. | |
A template wrapper for function calls.
|
inline |
Constructor.
f | Pointer to member function. |
x | Object to execute the method on. |