C# style delegate with one argument for call backs by DelegateDispatch. Use in place of implemting call back interfaces to symplify code. DelegateDispatch. More...
#include <Delegate.h>
Public Member Functions | |
DelegateOneParameter (T *object, void(T::*func)(ARG arg)) | |
virtual void | Call (ARG arg) |
Static Public Member Functions | |
static RefCountPtr < IDelegateOneParameter< ARG > > | Create (T *object, void(T::*func)(ARG arg)) |
C# style delegate with one argument for call backs by DelegateDispatch. Use in place of implemting call back interfaces to symplify code. DelegateDispatch.
Definition at line 92 of file Delegate.h.