Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Thread Class Reference

Thread. More...

#include <mthread.h>

Inheritance diagram for Thread:

List of all members.

Detailed Description

Thread.

You need to inherit the Thread baseclass and implement the run() method.

     class MyThread : public Thread {
       public:
         virtual void run ();
     };
     void MyThread::run ()
     {
         ... do something
     }

Definition at line 34 of file mthread.h.


The documentation for this class was generated from the following file:
Generated on Thu Feb 10 20:06:43 2005 for LibMagiC by doxygen1.2.18