Dispatcher for C# style delegates with one argument. Use in place of implemting call back interfaces to symplify code. DelegateOneParameter. More...
#include <DelegateDispatch.h>
Public Member Functions | |
void | Add (RefCountPtr< IDelegateOneParameter< ARG1 > > d) |
void | operator+= (RefCountPtr< IDelegateOneParameter< ARG1 > > d) |
void | Call (ARG1 arg1) |
void | Clear () |
void | CheckMem () const |
void | ValidateMem () const |
Dispatcher for C# style delegates with one argument. Use in place of implemting call back interfaces to symplify code. DelegateOneParameter.
Definition at line 67 of file DelegateDispatch.h.