DelegateOneParameter< T, ARG > Class Template Reference
[Types]

C# style delegate with one argument for call backs by DelegateDispatch. Use in place of implemting call back interfaces to symplify code. DelegateDispatch. More...

#include <Delegate.h>

Inheritance diagram for DelegateOneParameter< T, ARG >:
IDelegateOneParameter< ARG >

List of all members.

Public Member Functions

 DelegateOneParameter (T *object, void(T::*func)(ARG arg))
virtual void Call (ARG arg)

Static Public Member Functions

static RefCountPtr
< IDelegateOneParameter< ARG > > 
Create (T *object, void(T::*func)(ARG arg))

Detailed Description

template<class T, typename ARG>
class DelegateOneParameter< T, ARG >

C# style delegate with one argument for call backs by DelegateDispatch. Use in place of implemting call back interfaces to symplify code. DelegateDispatch.

Definition at line 92 of file Delegate.h.


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