#include <threadpool.h>
Constructor & Destructor Documentation
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: