#include <MyThread.h>
Public Member Functions | |
virtual void | run () |
![]() | |
void | join () |
void | start () |
Thread () | |
virtual | ~Thread () |
Additional Inherited Members | |
![]() | |
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.