VRS::CallbackR2< RETURN, ARG1, ARG2 > Class Template Reference
#include <vrs/callback.h>
List of all members.
Detailed Description
template<class RETURN, class ARG1, class ARG2>
class VRS::CallbackR2< RETURN, ARG1, ARG2 >
Base class for callback with two arguments of type ARG1 and ARG2 and a return value of type RETURN.
Member Function Documentation
template<class RETURN, class ARG1, class ARG2>
| virtual RETURN VRS::CallbackR2< RETURN, ARG1, ARG2 >::callback |
( |
ARG1 |
arg1, |
|
|
ARG2 |
arg2 | |
|
) |
| | [pure virtual] |
template<class RETURN, class ARG1, class ARG2>
| RETURN VRS::CallbackR2< RETURN, ARG1, ARG2 >::callback |
( |
ARG1 |
arg1, |
|
|
ARG2 |
arg2 | |
|
) |
| | const [inline] |
This method will be called for the callback with the appropriate arguments and must be defined by a derived class.
template<class RETURN, class ARG1, class ARG2>
The documentation for this class was generated from the following file: