DelegateDispatchThreeParameter< ARG1, ARG2, ARG3 > Class Template Reference
[Types]

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

#include <DelegateDispatch.h>

Inheritance diagram for DelegateDispatchThreeParameter< ARG1, ARG2, ARG3 >:
IMemoryValidate

List of all members.

Public Member Functions

void Add (RefCountPtr< IDelegateThreeParameter< ARG1, ARG2, ARG3 > > d)
void operator+= (RefCountPtr< IDelegateThreeParameter< ARG1, ARG2, ARG3 > > d)
void Call (ARG1 arg1, ARG2 arg2, ARG3 arg3)
void Clear ()
void CheckMem () const
void ValidateMem () const

Detailed Description

template<typename ARG1, typename ARG2, typename ARG3>
class DelegateDispatchThreeParameter< ARG1, ARG2, ARG3 >

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

Definition at line 187 of file DelegateDispatch.h.


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