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