#include <MyThread.h>

Public Member Functions | |
| virtual void | run () |
Public Member Functions inherited from Thread | |
| void | join () |
| void | start () |
| Thread () | |
| virtual | ~Thread () |
Additional Inherited Members | |
Public Attributes inherited from Thread | |
| int | my_id |
| TSP * | mytsp |
| int | start_node |
Definition at line 15 of file MyThread.h.
|
virtual |
Implements Thread.
Definition at line 10 of file MyThread.cpp.