# 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 Class Reference

#include <thread.h>

Inheritance diagram for CL_Thread

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~CL_Thread ()
 param: func - Function that gets called at thread start.param: value - Value passed to the function at thread start. More...

virtual void start () = 0
virtual void terminate () = 0
virtual void wait () = 0

Static Public Methods

CL_Thread* create (CL_Runnable *runnable)
CL_Thread* create (int (*func)(void*), void* value)
 param: runnable - Class to call when thread is started.


Constructor & Destructor Documentation

CL_Thread::~CL_Thread ( ) [inline, virtual]
 

param: func - Function that gets called at thread start.param: value - Value passed to the function at thread start.

Definition at line 28 of file tools/3d/tile_edit/thread.h.


Member Function Documentation

CL_Thread * CL_Thread::create ( int(* func)(void *),
void * value ) [static]
 

param: runnable - Class to call when thread is started.

CL_Thread * CL_Thread::create ( CL_Runnable * runnable ) [static]
 

Definition at line 11 of file thread_win32.cpp.

virtual void CL_Thread::start ( ) [pure virtual]
 

Reimplemented in CL_Thread_Win32.

virtual void CL_Thread::terminate ( ) [pure virtual]
 

Reimplemented in CL_Thread_Win32.

virtual void CL_Thread::wait ( ) [pure virtual]
 

Reimplemented in CL_Thread_Win32.


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