|
|
|
|
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 ReferenceThread base interface, must be implemented for all OS.
More...
#include <thread.h>
List of all members.
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]
|
|
Member Function Documentation
IThread * NLMISC::IThread::create (
|
IRunnable * runnable ) [static]
|
|
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:
|
|