#include <standardthread.h>
◆ StandardThread()
| ttv::StandardThread::StandardThread |
( |
ThreadProc |
threadProc, |
|
|
const std::string & |
name |
|
) |
| |
◆ ~StandardThread()
| ttv::StandardThread::~StandardThread |
( |
| ) |
|
◆ Join()
| virtual void ttv::StandardThread::Join |
( |
| ) |
|
|
virtual |
◆ Joinable()
| virtual bool ttv::StandardThread::Joinable |
( |
| ) |
const |
|
virtual |
◆ Run()
| virtual void ttv::StandardThread::Run |
( |
| ) |
|
|
virtual |
Begins the thread. This can only be called once.
Implements ttv::IThread.
◆ mName
| std::string ttv::StandardThread::mName |
|
private |
◆ mThread
| std::unique_ptr<std::thread> ttv::StandardThread::mThread |
|
private |
◆ mThreadProc
The documentation for this class was generated from the following file: