#include <threadinterrupt.h>
Definition at line 20 of file threadinterrupt.h.
 
◆ CThreadInterrupt()
      
        
          | CThreadInterrupt::CThreadInterrupt  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ 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
  
  
      
        
          | Mutex CThreadInterrupt::mut | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: