Thread Class Reference
#include <thread.h>
List of all members.
Public Member Functions |
| Thread (std::string _name) |
virtual int | start () |
virtual void | stop () |
virtual void | run ()=0 |
Public Attributes |
const std::string | name |
Protected Attributes |
bool | running |
Constructor & Destructor Documentation
Thread::Thread |
( |
std::string |
_name |
) |
|
Member Function Documentation
virtual void Thread::run |
( |
|
) |
[pure virtual] |
int Thread::start |
( |
|
) |
[virtual] |
void Thread::stop |
( |
|
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files:
- /Users/jason/Code/naowalkoptimiser/src/Network/thread.h
- /Users/jason/Code/naowalkoptimiser/src/Network/thread.cpp