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_NLMISC__IThread.html | 288 ++++++++++++++++++++++++++++ 1 file changed, 288 insertions(+) create mode 100644 docs/doxygen/nel/class_NLMISC__IThread.html (limited to 'docs/doxygen/nel/class_NLMISC__IThread.html') diff --git a/docs/doxygen/nel/class_NLMISC__IThread.html b/docs/doxygen/nel/class_NLMISC__IThread.html new file mode 100644 index 00000000..3ed03305 --- /dev/null +++ b/docs/doxygen/nel/class_NLMISC__IThread.html @@ -0,0 +1,288 @@ + + + + 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  
+

NLMISC::IThread Class Reference

Thread base interface, must be implemented for all OS. +More... +

+#include <thread.h> +

+List of all members. + + + + + + + + + + +

Public Methods

virtual ~IThread ()
virtual void start () = 0
virtual void terminate () = 0
virtual void wait () = 0
virtual IRunnablegetRunnable () = 0
 Return a pointer to the runnable object.


Static Public Methods

IThread* create (IRunnable *runnable)
 Implemented in the derived class.

+


Detailed Description

+Thread base interface, must be implemented for all OS. +

+

+Author(s):
+ Vianney Lecroart , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 81 of file include/nel/misc/thread.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLMISC::IThread::~IThread ( + +) [inline, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 88 of file include/nel/misc/thread.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+IThread * NLMISC::IThread::create ( + +IRunnable * runnable ) [static] +
+
+ + + + + +
+   + + +

+Implemented in the derived class. +

+ +

+Referenced by NLAIAGENT::CAgentManagerTimer::initClass().

+

+ + + + +
+ + + + + + +
+IRunnable * NLMISC::IThread::getRunnable ( + +) [pure virtual] +
+
+ + + + + +
+   + + +

+Return a pointer to the runnable object. +

+

+

+ + + + +
+ + + + + + +
+virtual void NLMISC::IThread::start ( + +) [pure virtual] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + +
+virtual void NLMISC::IThread::terminate ( + +) [pure virtual] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + +
+virtual void NLMISC::IThread::wait ( + +) [pure virtual] +
+
+ + + + + +
+   + + +

+

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1