Dispatcher for C# style delegates with no arguments. Use in place of implemting call back interfaces to symplify code. Delegate. More...
#include <DelegateDispatch.h>
Public Member Functions | |
| void | Add (RefCountPtr< IDelegate > d) |
| void | operator+= (RefCountPtr< IDelegate > d) |
| void | Call () |
| void | Clear () |
| virtual void | CheckMem () const |
| virtual void | ValidateMem () const |
Dispatcher for C# style delegates with no arguments. Use in place of implemting call back interfaces to symplify code. Delegate.
Definition at line 33 of file DelegateDispatch.h.