VCF::Procedure2< P1, P2 > Class Template Reference
#include <Delegates.h>
Inheritance diagram for VCF::Procedure2< P1, P2 >:

Public Types | |
| typedef void(* | FuncPtr )(P1, P2) |
Public Member Functions | |
| Procedure2 () | |
| Procedure2 (FuncPtr funcPtr) | |
| Procedure2 (const String &str) | |
| Procedure2 (Object *source, const String &str) | |
| virtual TypeArray | getArgumentTypes () const |
| virtual void | invoke (P1 p1, P2 p2) |
| virtual void | beginInvoke (P1 p1, P2 p2, AsyncResult *initialResult, AsyncCallback *callback, AsyncReturns *returnObject) |
| virtual void | endInvoke (AsyncResult *) |
Public Attributes | |
| FuncPtr | staticFuncPtr |
Protected Member Functions | |
| virtual | ~Procedure2 () |
template<typename P1, typename P2>
class VCF::Procedure2< P1, P2 >
Member Typedef Documentation
|
|||||
|
|
Constructor & Destructor Documentation
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||||||
|
|
Member Function Documentation
|
||||||||||||||||||||||||||||
|
Reimplemented in VCF::ClassProcedure2< P1, P2, ClassType >. |
|
||||||||||
|
|
|
|||||||||
|
Reimplemented from VCF::FunctionTypeInfo. |
|
||||||||||||||||
|
Reimplemented in VCF::ClassProcedure2< P1, P2, ClassType >. |
Member Data Documentation
|
|||||
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/Delegates.h
