Use a function as a job. More...
#include <TMethodJob.h>
Inherits IJob.
Public Member Functions | |
| TMethodJob (T *object, void(T::*method)(void *), void *arg=NULL) | |
run() invokes object->method(arg) | |
| virtual void | run () |
| Run the job. | |
Use a function as a job.
A job class that invokes a member function.
Definition at line 29 of file TMethodJob.h.
1.7.1