Baseclass for jobs with return type RetType. More...
#include <run-jobs.hpp>
Public Member Functions | |
virtual RetType | run (int i)=0 |
Run a job with iterator index i. | |
virtual | ~Job (void) |
Destructor. |
Baseclass for jobs with return type RetType.
Definition at line 39 of file run-jobs.hpp.
|
inlinevirtual |
Destructor.
Definition at line 44 of file run-jobs.hpp.
|
pure virtual |
Run a job with iterator index i.