Dispatcher for C# style delegates with three arguments. Use in place of implemting call back interfaces to symplify code. DelegateThreeParameter. More...
#include <DelegateDispatch.h>
Public Member Functions | |
void | Add (RefCountPtr< IDelegateThreeParameter< ARG1, ARG2, ARG3 > > d) |
void | operator+= (RefCountPtr< IDelegateThreeParameter< ARG1, ARG2, ARG3 > > d) |
void | Call (ARG1 arg1, ARG2 arg2, ARG3 arg3) |
void | Clear () |
void | CheckMem () const |
void | ValidateMem () const |
Dispatcher for C# style delegates with three arguments. Use in place of implemting call back interfaces to symplify code. DelegateThreeParameter.
Definition at line 187 of file DelegateDispatch.h.