VCF::Delegate3< P1, P2, P3 > Class Template Reference
#include <Delegates.h>
Inheritance diagram for VCF::Delegate3< P1, P2, P3 >:
List of all members.
|
Public Types |
| typedef void(* | FuncPtr )(P1, P2, P3) |
typedef Procedure3< P1, P2,
P3 > | ProcedureType |
Public Member Functions |
| | Delegate3 () |
| virtual | ~Delegate3 () |
| Delegate3< P1, P2, P3 > & | operator+= (FuncPtr rhs) |
| Delegate3< P1, P2, P3 > & | operator+= (CallBack *rhs) |
| virtual TypeArray | getArgumentTypes () const |
| void | operator() (P1 p1, P2 p2, P3 p3) |
| void | invoke (P1 p1, P2 p2, P3 p3) |
| AsyncResult * | beginInvoke (P1 p1, P2 p2, P3 p3, AsyncCallback *callback) |
Protected Member Functions |
| virtual void | functionFinished (AsyncResult *, Runnable *runnable) |
template<typename P1, typename P2, typename P3>
class VCF::Delegate3< P1, P2, P3 >
Member Typedef Documentation
|
template<typename P1, typename P2, typename P3> |
| typedef void(* VCF::Delegate3< P1, P2, P3 >::FuncPtr)(P1, P2, P3) |
|
Constructor & Destructor Documentation
|
template<typename P1, typename P2, typename P3> |
| virtual VCF::Delegate3< P1, P2, P3 >::~Delegate3 |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
|
template<typename P1, typename P2, typename P3> |
| void VCF::Delegate3< P1, P2, P3 >::functionFinished |
( |
AsyncResult * |
, |
|
|
Runnable * |
runnable |
|
) |
[inline, protected, virtual] |
|
|
template<typename P1, typename P2, typename P3> |
| virtual TypeArray VCF::Delegate3< P1, P2, P3 >::getArgumentTypes |
( |
|
) |
const [inline, virtual] |
|
|
template<typename P1, typename P2, typename P3> |
| void VCF::Delegate3< P1, P2, P3 >::invoke |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3 |
|
) |
[inline] |
|
|
template<typename P1, typename P2, typename P3> |
| void VCF::Delegate3< P1, P2, P3 >::operator() |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3 |
|
) |
[inline] |
|
The documentation for this class was generated from the following file: