|
DUECA/DUSIME
|
Specific class for callback mechanism, 1 parameter. More...
#include <CommonCallback.hxx>


Public Types | |
| typedef RET(M::*) | call_type(A1 &) |
| Type for a pointer to the callback function. | |
Public Types inherited from dueca::CommonCallbackBase< RET, A1 > | |
| typedef boost::intrusive_ptr< CommonCallbackBase< RET, A1 > > | smart_ptr_type |
| Type definition of the callback object. | |
Public Member Functions | |
| RET | operator() (A1 &a1) final |
| Callback function. | |
| CommonCallback (M *obj, RET(M::*call1)(A1 &)) | |
| Constructor. | |
Public Member Functions inherited from dueca::CommonCallbackBase< RET, A1 > | |
| virtual | ~CommonCallbackBase () |
| Destructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from dueca::CommonCallbackBase< RET, A1 > | |
| CommonCallbackBase () | |
| Constructor. | |
Specific class for callback mechanism, 1 parameter.
It is advisable to use the common_callback function to generate these objects.
|
inlinefinalvirtual |