#include <threadinterrupt.h>
|
| std::condition_variable | cond |
| |
| std::mutex | mut |
| |
| std::atomic< bool > | flag |
| |
Definition at line 19 of file threadinterrupt.h.
◆ operator bool()
| CThreadInterrupt::operator bool |
( |
| ) |
const |
|
explicit |
◆ operator()()
| void CThreadInterrupt::operator() |
( |
| ) |
|
◆ reset()
| void CThreadInterrupt::reset |
( |
| ) |
|
◆ sleep_for() [1/3]
| bool CThreadInterrupt::sleep_for |
( |
std::chrono::milliseconds |
rel_time | ) |
|
◆ sleep_for() [2/3]
| bool CThreadInterrupt::sleep_for |
( |
std::chrono::seconds |
rel_time | ) |
|
◆ sleep_for() [3/3]
| bool CThreadInterrupt::sleep_for |
( |
std::chrono::minutes |
rel_time | ) |
|
◆ cond
| std::condition_variable CThreadInterrupt::cond |
|
private |
◆ flag
| std::atomic<bool> CThreadInterrupt::flag |
|
private |
◆ mut
| std::mutex CThreadInterrupt::mut |
|
private |
The documentation for this class was generated from the following files: