Thread++
Client-Server Multithreading with C++
Static Protected Attributes | List of all members
CCommon< CTaskClass > Class Template Reference

Common. More...

#include <Common.h>

Inheritance diagram for CCommon< CTaskClass >:
CBaseThreadManager< CTaskClass > CThread< CTaskClass >

Static Protected Attributes

static CThreadSafeQueue< CTaskClass * > m_qRequest
 Request queue.
 
static CThreadSafeQueue< CTaskClass * > m_qResult
 Result queue.
 
static bool m_bForceExit = false
 Force exit flag.
 

Detailed Description

template<class CTaskClass>
class CCommon< CTaskClass >

Variables to be shared between the threads and the thread manager, including the request queue, the result queue, and a Boolean value to be set if and when you want all threads to terminate without completing any more tasks.

Template Parameters
CTaskClassTask descriptor.