#include <SickThread.hpp>
Definition at line 14 of file SickThread.hpp.
ThreadWrapperBase::ThreadWrapperBase |
( |
| ) |
|
|
inline |
virtual ThreadWrapperBase::~ThreadWrapperBase |
( |
| ) |
|
|
inlinevirtual |
pthread_t* ThreadWrapperBase::get_thread_id |
( |
| ) |
|
|
inline |
bool ThreadWrapperBase::isRunning |
( |
| ) |
|
|
inline |
void ThreadWrapperBase::join |
( |
| ) |
|
|
inline |
void ThreadWrapperBase::run |
( |
void * |
classptr | ) |
|
|
inline |
virtual void ThreadWrapperBase::thread_entry |
( |
| ) |
|
|
privatepure virtual |
void* wrapper_prerun |
( |
void * |
| ) |
|
|
friend |
void* ThreadWrapperBase::pthis |
|
protected |
pthread_t ThreadWrapperBase::t_id |
|
private |
The documentation for this class was generated from the following file: