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