PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork Struct Reference

#include <threadpool.h>

Collaboration diagram for PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork:

Public Member Functions

 QueuedWork ()
 
 QueuedWork (Work_T *work, const string &group)
 

Public Attributes

PTime m_time
 
Work_T * m_work
 
string m_group
 

Constructor & Destructor Documentation

template<class Work_T>
PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork::QueuedWork ( )
inline
template<class Work_T>
PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork::QueuedWork ( Work_T *  work,
const string &  group 
)
inlineexplicit

Member Data Documentation

template<class Work_T>
string PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork::m_group
template<class Work_T>
PTime PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork::m_time
template<class Work_T>
Work_T* PQueuedThreadPool< Work_T >::QueuedWorkerThread::QueuedWork::m_work

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