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