IVT
CWindowsThread Class Reference

Implementation of CThreadBase for Windows threads. More...

#include <WindowsThread.h>

Inheritance diagram for CWindowsThread:
CThreadBase

Public Member Functions

 CWindowsThread ()
 
 ~CWindowsThread ()
 
- Public Member Functions inherited from CThreadBase
 CThreadBase ()
 
virtual ~CThreadBase ()
 
void Start (void *pParameter, ThreadMethodType pThreadMethod, int nKillThreadTimeout=5000)
 
void Start (int nKillThreadTimeout=5000)
 
void Stop ()
 
bool IsRunning ()
 
bool GetExit ()
 
int _ThreadMethod ()
 

Additional Inherited Members

- Public Attributes inherited from CThreadBase
bool m_bCompletelyDone
 
- Protected Member Functions inherited from CThreadBase
virtual int ThreadMethod ()
 
virtual void StopThreadCallback ()
 
- Protected Attributes inherited from CThreadBase
int m_nKillThreadTimeout
 

Detailed Description

Implementation of CThreadBase for Windows threads.

Definition at line 62 of file WindowsThread.h.

Constructor & Destructor Documentation

CWindowsThread::CWindowsThread ( )

Definition at line 70 of file WindowsThread.cpp.

CWindowsThread::~CWindowsThread ( )

Definition at line 76 of file WindowsThread.cpp.


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