PThreadPool< Work_T >::WorkerThread Class Reference

#include <threadpool.h>

List of all members.

Public Member Functions

 WorkerThread (PThreadPool &pool_)
virtual void AddWork (Work_T *work)=0
virtual void RemoveWork (Work_T *work)=0
virtual void Main ()=0

Protected Attributes

PThreadPoolm_pool

template<class Work_T>
class PThreadPool< Work_T >::WorkerThread


Constructor & Destructor Documentation

template<class Work_T>
PThreadPool< Work_T >::WorkerThread::WorkerThread ( PThreadPool pool_  )  [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

template<class Work_T>
PThreadPool& PThreadPool< Work_T >::WorkerThread::m_pool [protected]


The documentation for this class was generated from the following file:
Generated on Thu May 27 01:36:49 2010 for PTLib by  doxygen 1.4.7