VCF::Function2< ReturnType, P1, P2 > Class Template Reference
#include <Delegates.h>
Inheritance diagram for VCF::Function2< ReturnType, P1, P2 >:
List of all members.
template<typename ReturnType, typename P1, typename P2>
class VCF::Function2< ReturnType, P1, P2 >
Member Typedef Documentation
|
template<typename ReturnType, typename P1, typename P2> |
| typedef ReturnType(* VCF::Function2< ReturnType, P1, P2 >::FuncPtr)(P1, P2) |
|
Constructor & Destructor Documentation
|
template<typename ReturnType, typename P1, typename P2> |
| VCF::Function2< ReturnType, P1, P2 >::Function2 |
( |
|
) |
[inline] |
|
|
template<typename ReturnType, typename P1, typename P2> |
| virtual VCF::Function2< ReturnType, P1, P2 >::~Function2 |
( |
|
) |
[inline, protected, virtual] |
|
Member Function Documentation
|
template<typename ReturnType, typename P1, typename P2> |
| virtual TypeArray VCF::Function2< ReturnType, P1, P2 >::getArgumentTypes |
( |
|
) |
const [inline, virtual] |
|
|
template<typename ReturnType, typename P1, typename P2> |
| virtual const std::type_info& VCF::Function2< ReturnType, P1, P2 >::getReturnType |
( |
|
) |
const [inline, virtual] |
|
|
template<typename ReturnType, typename P1, typename P2> |
| virtual ReturnType VCF::Function2< ReturnType, P1, P2 >::invoke |
( |
P1 |
p1, |
|
|
P2 |
p2 |
|
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: