Class ThreadWrapperBase

Inheritance Relationships

Derived Types

Class Documentation

class ThreadWrapperBase

Subclassed by SickThread< Tcp, &Tcp::readThreadFunction >, SickThread< T, M >

Public Functions

inline ThreadWrapperBase(const std::string &thread_name = "")
inline virtual ~ThreadWrapperBase()
inline void run(void *classptr)
inline bool isRunning()
inline void join()
inline std::thread *get_thread_id()

Protected Attributes

void *pthis
std::string m_thread_name