#include <threadinterrupt.h>
|
std::condition_variable | cond |
|
std::mutex | mut |
|
std::atomic< bool > | flag |
|
Definition at line 18 of file threadinterrupt.h.
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 |
std::mutex CThreadInterrupt::mut |
|
private |
The documentation for this class was generated from the following files: