Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_Thread_Win32 Class Reference

#include <thread_win32.h>

Inheritance diagram for CL_Thread_Win32:

Inheritance graph
[legend]
Collaboration diagram for CL_Thread_Win32:

Collaboration graph
[legend]
List of all members.

Public Methods

 CL_Thread_Win32 (CL_Runnable *runnable)
virtual ~CL_Thread_Win32 ()
virtual void start ()
virtual void terminate ()
virtual void wait ()

Private Attributes

HANDLE thread_handle
DWORD thread_id
CL_Runnablerunnable

Static Private Methods

unsigned long __stdcall func_proxy (void *arg)

Constructor & Destructor Documentation

CL_Thread_Win32::CL_Thread_Win32 ( CL_Runnable * runnable )
 

virtual CL_Thread_Win32::~CL_Thread_Win32 ( ) [virtual]
 


Member Function Documentation

unsigned long __stdcall CL_Thread_Win32::func_proxy ( void * arg ) [static, private]
 

virtual void CL_Thread_Win32::start ( ) [virtual]
 

Reimplemented from CL_Thread.

virtual void CL_Thread_Win32::terminate ( ) [virtual]
 

Reimplemented from CL_Thread.

virtual void CL_Thread_Win32::wait ( ) [virtual]
 

Reimplemented from CL_Thread.


Member Data Documentation

CL_Runnable* CL_Thread_Win32::runnable [private]
 

Definition at line 36 of file thread_win32.h.

HANDLE CL_Thread_Win32::thread_handle [private]
 

Definition at line 34 of file thread_win32.h.

DWORD CL_Thread_Win32::thread_id [private]
 

Definition at line 35 of file thread_win32.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:57:35 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001