#include <threadpool.h>
List of all members.
template<class Work_T>
class PThreadPool< Work_T >::WorkerThread
Constructor & Destructor Documentation
template<class Work_T>
| PThreadPool< Work_T >::WorkerThread::WorkerThread |
( |
PThreadPool & |
pool, |
|
|
Priority |
priority = NormalPriority |
|
) |
| [inline] |
Member Function Documentation
template<class Work_T>
| virtual void PThreadPool< Work_T >::WorkerThread::AddWork |
( |
Work_T * |
work | ) |
[pure virtual] |
template<class Work_T>
| virtual void PThreadPool< Work_T >::WorkerThread::Main |
( |
| ) |
[pure virtual] |
template<class Work_T>
| virtual void PThreadPool< Work_T >::WorkerThread::RemoveWork |
( |
Work_T * |
work | ) |
[pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: