Stripped down version of this delegate implementation https://github.com/marcmo/delegates/tree/f0938dac2ad779226ef637da350e964ac8008ba5 Stripped return value, const and free function version TODO tklb add return type back in.
More...
#include <TDelegate.hpp>
|
using | Callback = void(*)(void *, Parameters...) |
|
template<typename... Parameters>
class tklb::BaseDelegate< Parameters >
Stripped down version of this delegate implementation https://github.com/marcmo/delegates/tree/f0938dac2ad779226ef637da350e964ac8008ba5 Stripped return value, const and free function version TODO tklb add return type back in.
Definition at line 13 of file TDelegate.hpp.
◆ Callback
template<typename... Parameters>
◆ BaseDelegate()
template<typename... Parameters>
◆ operator()()
template<typename... Parameters>
◆ valid()
template<typename... Parameters>
◆ mCallback
template<typename... Parameters>
◆ mContext
template<typename... Parameters>
The documentation for this class was generated from the following file: