VCF::Procedure5< P1, P2, P3, P4, P5 > Class Template Reference
#include <Delegates.h>
Inheritance diagram for VCF::Procedure5< P1, P2, P3, P4, P5 >:
List of all members.
|
Public Types |
| typedef void(* | FuncPtr )(P1, P2, P3, P4, P5) |
Public Member Functions |
| | Procedure5 () |
| | Procedure5 (FuncPtr funcPtr) |
| | Procedure5 (const String &str) |
| | Procedure5 (Object *source, const String &str) |
| virtual TypeArray | getArgumentTypes () const |
| virtual void | 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) |
| virtual void | endInvoke (AsyncResult *) |
Public Attributes |
| FuncPtr | staticFuncPtr |
Protected Member Functions |
| virtual | ~Procedure5 () |
template<typename P1, typename P2, typename P3, typename P4, typename P5>
class VCF::Procedure5< P1, P2, P3, P4, P5 >
Member Typedef Documentation
|
template<typename P1, typename P2, typename P3, typename P4, typename P5> |
| typedef void(* VCF::Procedure5< P1, P2, P3, P4, P5 >::FuncPtr)(P1, P2, P3, P4, P5) |
|
Constructor & Destructor Documentation
|
template<typename P1, typename P2, typename P3, typename P4, typename P5> |
| VCF::Procedure5< P1, P2, P3, P4, P5 >::Procedure5 |
( |
|
) |
[inline] |
|
|
template<typename P1, typename P2, typename P3, typename P4, typename P5> |
| VCF::Procedure5< P1, P2, P3, P4, P5 >::Procedure5 |
( |
const String & |
str |
) |
[inline] |
|
|
template<typename P1, typename P2, typename P3, typename P4, typename P5> |
| virtual VCF::Procedure5< P1, P2, P3, P4, P5 >::~Procedure5 |
( |
|
) |
[inline, protected, virtual] |
|
Member Function Documentation
|
template<typename P1, typename P2, typename P3, typename P4, typename P5> |
| void VCF::Procedure5< 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 P1, typename P2, typename P3, typename P4, typename P5> |
| virtual void VCF::Procedure5< P1, P2, P3, P4, P5 >::endInvoke |
( |
AsyncResult * |
|
) |
[inline, virtual] |
|
|
template<typename P1, typename P2, typename P3, typename P4, typename P5> |
| virtual TypeArray VCF::Procedure5< P1, P2, P3, P4, P5 >::getArgumentTypes |
( |
|
) |
const [inline, virtual] |
|
|
template<typename P1, typename P2, typename P3, typename P4, typename P5> |
| virtual void VCF::Procedure5< P1, P2, P3, P4, P5 >::invoke |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3, |
|
|
P4 |
p4, |
|
|
P5 |
p5 |
|
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: