Windows C++ Library
|
#include <Thread.hpp>
Public Member Functions | |
CThread () | |
virtual | ~CThread () |
HANDLE | Handle () const |
DWORD | ID () const |
bool | PostMessage (UINT nMsg, WPARAM wParam=0, LPARAM lParam=0L) |
Protected Member Functions | |
virtual void | Run ()=0 |
Protected Attributes | |
HANDLE | m_hThread |
DWORD | m_dwID |
Private Member Functions | |
CThread (const CThread &) | |
CThread & | operator= (const CThread &) |
CThread::CThread | ( | ) | [inline] |
CThread::~CThread | ( | ) | [inline, virtual] |
CThread::CThread | ( | const CThread & | ) | [private] |
HANDLE CThread::Handle | ( | ) | const [inline] |
DWORD CThread::ID | ( | ) | const [inline] |
bool CThread::PostMessage | ( | UINT | nMsg, |
WPARAM | wParam = 0 , |
||
LPARAM | lParam = 0L |
||
) | [inline] |
virtual void CThread::Run | ( | ) | [protected, pure virtual] |
Implemented in CMsgThread, and CMainThread.
HANDLE CThread::m_hThread [protected] |
DWORD CThread::m_dwID [protected] |