From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_CL_Thread.html | 290 ++++++++++++++++++++++++++++++++++ 1 file changed, 290 insertions(+) create mode 100644 docs/doxygen/nel/class_CL_Thread.html (limited to 'docs/doxygen/nel/class_CL_Thread.html') diff --git a/docs/doxygen/nel/class_CL_Thread.html b/docs/doxygen/nel/class_CL_Thread.html new file mode 100644 index 00000000..760ac6ad --- /dev/null +++ b/docs/doxygen/nel/class_CL_Thread.html @@ -0,0 +1,290 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1