#include <sleep.hpp>
 | 
|   | WinSleep (DWORD dwMilliseconds_arg) | 
|   | 
| virtual void  | execute (std::ostream &os) override | 
|   | 
| virtual std::string  | to_string () const override | 
|   | 
| virtual Json::Value  | to_json () const | 
|   | 
| virtual  | ~Action ()=default | 
|   | 
|   | RC () noexcept=default | 
|   | 
|   | RC (const RC &)=delete | 
|   | 
| virtual  | ~RC ()=default | 
|   | 
| RC &  | operator= (const RC &)=delete | 
|   | 
| olong  | use_count () const noexcept | 
|   | Delegates call to RCImpl and returns the result.  
  | 
|   | 
 | 
| static constexpr bool  | is_thread_safe () | 
|   | Delegates call to RCImpl and returns the result.  
  | 
|   | 
| std::string  | mark | 
|   | 
Definition at line 24 of file sleep.hpp.
 
◆ Ptr
◆ WinSleep()
  
  
      
        
          | openvpn::WinSleep::WinSleep  | 
          ( | 
          DWORD  | 
          dwMilliseconds_arg | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ execute()
  
  
      
        
          | virtual void openvpn::WinSleep::execute  | 
          ( | 
          std::ostream &  | 
          os | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ to_string()
  
  
      
        
          | virtual std::string openvpn::WinSleep::to_string  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ dwMilliseconds
  
  
      
        
          | DWORD openvpn::WinSleep::dwMilliseconds | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: