VRS::CallbackR1< RETURN, ARG1 > Class Template Reference
#include <vrs/callback.h>
List of all members.
Detailed Description
template<class RETURN, class ARG1>
class VRS::CallbackR1< RETURN, ARG1 >
Base class for callback with one argument of type ARG1 and a return value of type RETURN.
Member Function Documentation
template<class RETURN, class ARG1>
| virtual RETURN VRS::CallbackR1< RETURN, ARG1 >::callback |
( |
ARG1 |
arg1 |
) |
[pure virtual] |
template<class RETURN, class ARG1>
| RETURN VRS::CallbackR1< RETURN, ARG1 >::callback |
( |
ARG1 |
arg1 |
) |
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>
The documentation for this class was generated from the following file: