|
VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include <TDelegate.hpp>
Public Types | |
| using | Base = BaseDelegate< Parameters... > |
Public Member Functions | |
| Delegate (void *context, typename Base::Callback func) | |
| Delegate () | |
Public Member Functions inherited from tklb::BaseDelegate< Parameters... > | |
| BaseDelegate (void *context, Callback func) | |
| void | operator() (Parameters... parameters) const |
| bool | valid () const |
Additional Inherited Members | |
Protected Types inherited from tklb::BaseDelegate< Parameters... > | |
| using | Callback = void(*)(void *, Parameters...) |
Protected Attributes inherited from tklb::BaseDelegate< Parameters... > | |
| void * | mContext |
| Callback | mCallback |
Definition at line 30 of file TDelegate.hpp.
| using tklb::Delegate< void(Parameters...)>::Base = BaseDelegate<Parameters...> |
Definition at line 31 of file TDelegate.hpp.
|
inline |
Definition at line 32 of file TDelegate.hpp.
|
inline |
Definition at line 33 of file TDelegate.hpp.