PTLib  Version 2.14.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PThreadPool< Work_T >::InternalWork Class Reference

#include <threadpool.h>

Inherits InternalWorkBase.

Collaboration diagram for PThreadPool< Work_T >::InternalWork:

Public Member Functions

 InternalWork (WorkerThread *worker, Work_T *work, const char *group)
 

Public Attributes

WorkerThreadm_worker
 
Work_T * m_work
 

Constructor & Destructor Documentation

template<class Work_T>
PThreadPool< Work_T >::InternalWork::InternalWork ( WorkerThread worker,
Work_T *  work,
const char *  group 
)
inline

Member Data Documentation

template<class Work_T>
Work_T* PThreadPool< Work_T >::InternalWork::m_work
template<class Work_T>
WorkerThread* PThreadPool< Work_T >::InternalWork::m_worker

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