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