IVT
CPosixThread Class Reference

Implementation of CThreadBase for POSIX threads. More...

#include <PosixThread.h>

Inheritance diagram for CPosixThread:
CThreadBase

Public Member Functions

 CPosixThread ()
 
 ~CPosixThread ()
 
void _Start ()
 
void _Stop ()
 
- 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 POSIX threads.

Definition at line 63 of file PosixThread.h.

Constructor & Destructor Documentation

CPosixThread::CPosixThread ( )

Definition at line 68 of file PosixThread.cpp.

CPosixThread::~CPosixThread ( )

Definition at line 73 of file PosixThread.cpp.

Member Function Documentation

void CPosixThread::_Start ( )
virtual

Implements CThreadBase.

Definition at line 83 of file PosixThread.cpp.

void CPosixThread::_Stop ( )
virtual

Implements CThreadBase.

Definition at line 91 of file PosixThread.cpp.


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