DelegateDispatchOneParameter< ARG1 > Class Template Reference
[Types]

Dispatcher for C# style delegates with one argument. Use in place of implemting call back interfaces to symplify code. DelegateOneParameter. More...

#include <DelegateDispatch.h>

Inheritance diagram for DelegateDispatchOneParameter< ARG1 >:
IMemoryValidate

List of all members.

Public Member Functions

void Add (RefCountPtr< IDelegateOneParameter< ARG1 > > d)
void operator+= (RefCountPtr< IDelegateOneParameter< ARG1 > > d)
void Call (ARG1 arg1)
void Clear ()
void CheckMem () const
void ValidateMem () const

Detailed Description

template<typename ARG1>
class DelegateDispatchOneParameter< ARG1 >

Dispatcher for C# style delegates with one argument. Use in place of implemting call back interfaces to symplify code. DelegateOneParameter.

Definition at line 67 of file DelegateDispatch.h.


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