TMethodJob< T > Class Template Reference

Use a function as a job. More...

#include <TMethodJob.h>

Inherits IJob.

Collaboration diagram for TMethodJob< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TMethodJob (T *object, void(T::*method)(void *), void *arg=NULL)
 run() invokes object->method(arg)
virtual void run ()
 Run the job.

Detailed Description

template<class T>
class TMethodJob< T >

Use a function as a job.

A job class that invokes a member function.

Definition at line 25 of file TMethodJob.h.


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

Generated on 12 Nov 2010 for synergy-plus by  doxygen 1.6.1