#include <thread.hh>
Inheritance diagram for mpcl::system::IThread:

Public Methods | |
| virtual | ~IThread (void) |
| Destroys the instance. | |
| virtual void | start (void)=0 |
| Starts the thread. | |
| virtual void | join (void)=0 |
| From other thread, waits til this thread has finished. | |
Protected Methods | |
| virtual void | exit (void)=0 |
| virtual void | body (void)=0 |
| Main body of the thread. | |
Definition at line 50 of file thread.hh.
|
|
Stops the thread. This member function musts be called only by the current thread. Implemented in mpcl::system::TThread. |
1.2.18