DUECA/DUSIME
Loading...
Searching...
No Matches
dueca::GenericCallback Class Referenceabstract

Implements callback objects. More...

#include <GenericCallback.hxx>

Inheritance diagram for dueca::GenericCallback:

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.

Member Function Documentation

◆ operator()()

◆ print()


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