VCF::Function3< ReturnType, P1, P2, P3 > Class Template Reference
#include <Delegates.h>
Inheritance diagram for VCF::Function3< ReturnType, P1, P2, P3 >:
List of all members.
template<typename ReturnType, typename P1, typename P2, typename P3>
class VCF::Function3< ReturnType, P1, P2, P3 >
Member Typedef Documentation
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| typedef ReturnType(* VCF::Function3< ReturnType, P1, P2, P3 >::FuncPtr)(P1, P2, P3) |
|
Constructor & Destructor Documentation
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| VCF::Function3< ReturnType, P1, P2, P3 >::Function3 |
( |
|
) |
[inline] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| virtual VCF::Function3< ReturnType, P1, P2, P3 >::~Function3 |
( |
|
) |
[inline, protected, virtual] |
|
Member Function Documentation
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| void VCF::Function3< ReturnType, P1, P2, P3 >::beginInvoke |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3, |
|
|
AsyncResult * |
initialResult, |
|
|
AsyncCallback * |
callback, |
|
|
AsyncReturns * |
returnObject |
|
) |
[inline, virtual] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| virtual TypeArray VCF::Function3< ReturnType, P1, P2, P3 >::getArgumentTypes |
( |
|
) |
const [inline, virtual] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| virtual const std::type_info& VCF::Function3< ReturnType, P1, P2, P3 >::getReturnType |
( |
|
) |
const [inline, virtual] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| virtual ReturnType VCF::Function3< ReturnType, P1, P2, P3 >::invoke |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3 |
|
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: