#include <SickThread.hpp>
Definition at line 20 of file SickThread.hpp.
◆ ThreadWrapperBase()
ThreadWrapperBase::ThreadWrapperBase |
( |
const std::string & |
thread_name = "" | ) |
|
|
inline |
◆ ~ThreadWrapperBase()
virtual ThreadWrapperBase::~ThreadWrapperBase |
( |
| ) |
|
|
inlinevirtual |
◆ get_thread_id()
std::thread* 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 |
◆ m_thread_name
std::string ThreadWrapperBase::m_thread_name |
|
protected |
◆ pthis
void* ThreadWrapperBase::pthis |
|
protected |
◆ t_id
std::thread* ThreadWrapperBase::t_id = 0 |
|
private |
The documentation for this class was generated from the following file: