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. More... | |
Baseclass for jobs with return type RetType.
Definition at line 43 of file run-jobs.hpp.
|
pure virtual |
Run a job with iterator index i.