DUECA/DUSIME
Public Member Functions | List of all members
dueca::GenericCallback Class Referenceabstract

Implements callback objects. More...

Inheritance diagram for dueca::GenericCallback:
Inheritance graph
[legend]

Public Member Functions

virtual void operator() (const TimeSpec &t)=0
 The callback action.
 
virtual void print (ostream &os) const =0
 print to stream, for debugging.
 
 GenericCallback ()
 Constructor.
 
virtual ~GenericCallback ()
 Destructor.
 

Detailed Description

Implements callback objects.

Not usable as such, one needs to derive a class that actually does something. GenericCallback objects are required by ActivityCallback objects.


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