DelegateDispatch Class Reference
[Types]

Dispatcher for C# style delegates with no arguments. Use in place of implemting call back interfaces to symplify code. Delegate. More...

#include <DelegateDispatch.h>

Inheritance diagram for DelegateDispatch:
IMemoryValidate

List of all members.

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

Detailed Description

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.


The documentation for this class was generated from the following files: