version 3.3

VRS::Callback1< ARG1 > Class Template Reference

#include <vrs/callback.h>

Inheritance diagram for VRS::Callback1< ARG1 >:

VRS::CallbackBase VRS::SharedObj VRS::Visitable VRS::FunctionCallback1< ARG1 > VRS::MethodCallback1< CLASS, ARG1 >

List of all members.

Public Member Functions

virtual void callback (ARG1 arg1)=0
void callback (ARG1 arg1) const
 VRS_TYPEINFO (Callback1, CallbackBase)


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]

template<class ARG1>
void VRS::Callback1< 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 ARG1>
VRS::Callback1< ARG1 >::VRS_TYPEINFO ( Callback1< ARG1 >  ,
CallbackBase   
)


The documentation for this class was generated from the following file:

Generated on Sat May 18 06:00:22 2013 by Doxygen 1.5.6
© 2001-2010 Hasso-Plattner-Institut | Impressum | Contact