VCF::Procedure3< P1, P2, P3 > Class Template Reference
#include <Delegates.h>
Inheritance diagram for VCF::Procedure3< P1, P2, P3 >:
List of all members.
|
Public Types |
| typedef void(* | FuncPtr )(P1, P2, P3) |
Public Member Functions |
| | Procedure3 () |
| | Procedure3 (FuncPtr funcPtr) |
| | Procedure3 (const String &str) |
| | Procedure3 (Object *source, const String &str) |
| virtual TypeArray | getArgumentTypes () const |
| virtual void | invoke (P1 p1, P2 p2, P3 p3) |
| virtual void | beginInvoke (P1 p1, P2 p2, P3 p3, AsyncResult *initialResult, AsyncCallback *callback, AsyncReturns *returnObject) |
| virtual void | endInvoke (AsyncResult *) |
Public Attributes |
| FuncPtr | staticFuncPtr |
Protected Member Functions |
| virtual | ~Procedure3 () |
template<typename P1, typename P2, typename P3>
class VCF::Procedure3< P1, P2, P3 >
Member Typedef Documentation
|
template<typename P1, typename P2, typename P3> |
| typedef void(* VCF::Procedure3< P1, P2, P3 >::FuncPtr)(P1, P2, P3) |
|
Constructor & Destructor Documentation
|
template<typename P1, typename P2, typename P3> |
| virtual VCF::Procedure3< P1, P2, P3 >::~Procedure3 |
( |
|
) |
[inline, protected, virtual] |
|
Member Function Documentation
|
template<typename P1, typename P2, typename P3> |
| void VCF::Procedure3< P1, P2, P3 >::beginInvoke |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3, |
|
|
AsyncResult * |
initialResult, |
|
|
AsyncCallback * |
callback, |
|
|
AsyncReturns * |
returnObject |
|
) |
[inline, virtual] |
|
|
template<typename P1, typename P2, typename P3> |
| virtual void VCF::Procedure3< P1, P2, P3 >::endInvoke |
( |
AsyncResult * |
|
) |
[inline, virtual] |
|
|
template<typename P1, typename P2, typename P3> |
| virtual TypeArray VCF::Procedure3< P1, P2, P3 >::getArgumentTypes |
( |
|
) |
const [inline, virtual] |
|
|
template<typename P1, typename P2, typename P3> |
| virtual void VCF::Procedure3< 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: