DUECA/DUSIME
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dueca::GenericCallback Class Referenceabstract

Implements callback objects. More...

#include <GenericCallback.hxx>

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.

Member Function Documentation

◆ operator()()

virtual void dueca::GenericCallback::operator() ( const TimeSpec & t)
pure virtual

◆ print()

virtual void dueca::GenericCallback::print ( ostream & os) const
pure virtual

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