caller3< ReturnType, Param1, Param2, Param3 > Class Template Reference
#include <caller.h>
Inheritance diagram for caller3< ReturnType, Param1, Param2, Param3 >:
[legend]Collaboration diagram for caller3< ReturnType, Param1, Param2, Param3 >:
[legend]List of all members.
|
Public Member Functions |
| | caller3 (HandlerBase3< ReturnType, Param1, Param2, Param3 > *initial) |
| virtual ReturnType | operator() (Param1 param1, Param2 param2, Param3 param3) |
Detailed Description
template<typename ReturnType, typename Param1, typename Param2, typename Param3>
class caller3< ReturnType, Param1, Param2, Param3 >
Definition at line 171 of file caller.h.
Constructor & Destructor Documentation
|
template<typename ReturnType, typename Param1, typename Param2, typename Param3> |
| caller3< ReturnType, Param1, Param2, Param3 >::caller3 |
( |
HandlerBase3< ReturnType, Param1, Param2, Param3 > * |
initial |
) |
[inline] |
|
Member Function Documentation
|
template<typename ReturnType, typename Param1, typename Param2, typename Param3> |
| virtual ReturnType caller3< ReturnType, Param1, Param2, Param3 >::operator() |
( |
Param1 |
param1, |
|
|
Param2 |
param2, |
|
|
Param3 |
param3 |
|
) |
[inline, virtual] |
|
The documentation for this class was generated from the following file: