# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

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 )
 

Definition at line 21 of file thread_win32.cpp.

CL_Thread_Win32::~CL_Thread_Win32 ( ) [virtual]
 

Definition at line 27 of file thread_win32.cpp.


Member Function Documentation

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

Definition at line 32 of file thread_win32.cpp.

void CL_Thread_Win32::start ( ) [virtual]
 

Reimplemented from CL_Thread.

Definition at line 40 of file thread_win32.cpp.

void CL_Thread_Win32::terminate ( ) [virtual]
 

Reimplemented from CL_Thread.

Definition at line 49 of file thread_win32.cpp.

Referenced by ~CL_Thread_Win32().

void CL_Thread_Win32::wait ( ) [virtual]
 

Reimplemented from CL_Thread.

Definition at line 56 of file thread_win32.cpp.


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 files: