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