Delegate< T > Class Template Reference
[Types]

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>

Inheritance diagram for Delegate< T >:
IDelegate IMemoryValidate

List of all members.

Public Member Functions

 Delegate (T *object, void(T::*func)())
virtual void Call ()
virtual void Clear ()

Static Public Member Functions

static RefCountPtr< IDelegateCreate (T *object, void(T::*func)())

Detailed Description

template<class T>
class Delegate< T >

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.


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