DelegateDispatchTwoParameter< ARG1, ARG2 > Class Template Reference
[Types]

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

#include <DelegateDispatch.h>

Inheritance diagram for DelegateDispatchTwoParameter< ARG1, ARG2 >:
IMemoryValidate

List of all members.

Public Member Functions

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

Detailed Description

template<typename ARG1, typename ARG2>
class DelegateDispatchTwoParameter< ARG1, ARG2 >

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

Definition at line 127 of file DelegateDispatch.h.


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