PTLib  Version 2.18.8
 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 (Work_T *work, const char *group)
 

Public Attributes

Work_T * m_work
 
WorkerThreadm_worker
 

Constructor & Destructor Documentation

template<class Work_T>
PThreadPool< Work_T >::InternalWork::InternalWork ( 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: