Public Member Functions | |
void | join () const |
void | sleep () |
void | stop () |
TestThread () | |
~TestThread () | |
Public Attributes | |
std::atomic< bool > | stop_ |
std::thread * | t_ {nullptr} |
Definition at line 36 of file test_iostream.cpp.
|
inline |
Definition at line 37 of file test_iostream.cpp.
|
inline |
Definition at line 57 of file test_iostream.cpp.
|
inline |
Definition at line 61 of file test_iostream.cpp.
|
inline |
Definition at line 66 of file test_iostream.cpp.
|
inline |
Definition at line 59 of file test_iostream.cpp.
std::atomic<bool> TestThread::stop_ |
Definition at line 72 of file test_iostream.cpp.
std::thread* TestThread::t_ {nullptr} |
Definition at line 71 of file test_iostream.cpp.