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