|
std::thread * | t_ {nullptr} |
|
std::atomic< bool > | stop_ |
|
Definition at line 40 of file test_iostream.cpp.
◆ TestThread() [1/2]
TestThread::TestThread |
( |
| ) |
|
|
inline |
◆ ~TestThread() [1/2]
TestThread::~TestThread |
( |
| ) |
|
|
inline |
◆ TestThread() [2/2]
TestThread::TestThread |
( |
| ) |
|
|
inline |
◆ ~TestThread() [2/2]
TestThread::~TestThread |
( |
| ) |
|
|
inline |
◆ join() [1/2]
void TestThread::join |
( |
| ) |
const |
|
inline |
◆ join() [2/2]
void TestThread::join |
( |
| ) |
const |
|
inline |
◆ sleep() [1/2]
void TestThread::sleep |
( |
| ) |
|
|
inline |
◆ sleep() [2/2]
void TestThread::sleep |
( |
| ) |
|
|
inline |
◆ stop() [1/2]
void TestThread::stop |
( |
| ) |
|
|
inline |
◆ stop() [2/2]
void TestThread::stop |
( |
| ) |
|
|
inline |
◆ stop_
std::atomic< bool > TestThread::stop_ |
◆ t_
std::thread * TestThread::t_ {nullptr} |
The documentation for this struct was generated from the following files: