VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
A factory is needed to ba able to convert the void pointer back to the object and call the member function. More...
#include <TDelegate.hpp>
Static Public Member Functions | |
template<void(T::*)(Parameters...) Func> | |
static void | Call (void *context, Parameters... parameters) |
template<void(T::*)(Parameters...) Func> | |
static Delegate< void(Parameters...)> | Create (T *context) |
A factory is needed to ba able to convert the void pointer back to the object and call the member function.
Definition at line 42 of file TDelegate.hpp.
|
inlinestatic |
Definition at line 44 of file TDelegate.hpp.
|
inlinestatic |
Definition at line 49 of file TDelegate.hpp.