VCF::Delegate3R< ReturnType, P1, P2, P3 > Class Template Reference
#include <Delegates.h>
Inheritance diagram for VCF::Delegate3R< ReturnType, P1, P2, P3 >:
List of all members.
|
Public Types |
typedef Function3< ReturnType,
P1, P2, P3 > | CallbackType |
| typedef _typename_ CallbackType::FuncPtr | FuncPtr |
| typedef std::vector< ReturnType > | Results |
Public Member Functions |
| | Delegate3R () |
| virtual | ~Delegate3R () |
Delegate3R< ReturnType, P1,
P2, P3 > & | operator+= (FuncPtr rhs) |
Delegate3R< ReturnType, P1,
P2, P3 > & | operator+= (CallBack *rhs) |
| virtual const std::type_info & | getReturnType () const |
| virtual TypeArray | getArgumentTypes () const |
| ReturnType | operator() (P1 p1, P2 p2, P3 p3) |
| ReturnType | invoke (P1 p1, P2 p2, P3 p3) |
| AsyncResult * | beginInvoke (P1 p1, P2 p2, P3 p3, AsyncCallback *callback) |
| ReturnType | endInvoke (AsyncResult *asyncResult) |
| Results | endInvokeWithResults (AsyncResult *asyncResult) |
Public Attributes |
| Results | results |
Protected Member Functions |
| virtual void | functionFinished (AsyncResult *, Runnable *runnable) |
Protected Attributes |
| ResultsCache< ReturnType > | resultsCache_ |
template<typename ReturnType, typename P1, typename P2, typename P3>
class VCF::Delegate3R< ReturnType, P1, P2, P3 >
Member Typedef Documentation
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| typedef std::vector<ReturnType> VCF::Delegate3R< ReturnType, P1, P2, P3 >::Results |
|
Constructor & Destructor Documentation
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| VCF::Delegate3R< ReturnType, P1, P2, P3 >::Delegate3R |
( |
|
) |
[inline] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| virtual VCF::Delegate3R< ReturnType, P1, P2, P3 >::~Delegate3R |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| AsyncResult* VCF::Delegate3R< ReturnType, P1, P2, P3 >::beginInvoke |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3, |
|
|
AsyncCallback * |
callback |
|
) |
[inline] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| ReturnType VCF::Delegate3R< ReturnType, P1, P2, P3 >::endInvoke |
( |
AsyncResult * |
asyncResult |
) |
[inline] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| Delegate3R< ReturnType, P1, P2, P3 >::Results VCF::Delegate3R< ReturnType, P1, P2, P3 >::endInvokeWithResults |
( |
AsyncResult * |
asyncResult |
) |
[inline] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| void VCF::Delegate3R< ReturnType, P1, P2, P3 >::functionFinished |
( |
AsyncResult * |
, |
|
|
Runnable * |
runnable |
|
) |
[inline, protected, virtual] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| virtual TypeArray VCF::Delegate3R< ReturnType, P1, P2, P3 >::getArgumentTypes |
( |
|
) |
const [inline, virtual] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| virtual const std::type_info& VCF::Delegate3R< ReturnType, P1, P2, P3 >::getReturnType |
( |
|
) |
const [inline, virtual] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| ReturnType VCF::Delegate3R< ReturnType, P1, P2, P3 >::invoke |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3 |
|
) |
[inline] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| ReturnType VCF::Delegate3R< ReturnType, P1, P2, P3 >::operator() |
( |
P1 |
p1, |
|
|
P2 |
p2, |
|
|
P3 |
p3 |
|
) |
[inline] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| Delegate3R<ReturnType,P1,P2,P3>& VCF::Delegate3R< ReturnType, P1, P2, P3 >::operator+= |
( |
CallBack * |
rhs |
) |
[inline] |
|
|
template<typename ReturnType, typename P1, typename P2, typename P3> |
| Delegate3R<ReturnType,P1,P2,P3>& VCF::Delegate3R< ReturnType, P1, P2, P3 >::operator+= |
( |
FuncPtr |
rhs |
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file: