#include <KM3NeT_Debug.h>
- Author
 - fsimeone 
 
Definition at line 17 of file KM3NeT_Debug.h.
 
◆ KM3NeT_Debug()
  
  
      
        
          | KM3NeT_Debug::KM3NeT_Debug  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ ~KM3NeT_Debug()
  
  
      
        
          | KM3NeT_Debug::~KM3NeT_Debug  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privatevirtual   | 
  
 
 
◆ get()
Definition at line 21 of file KM3NeT_Debug.h.
   22    {
   25    }
static KM3NeT_Debug * singleton_
 
 
 
 
◆ kill()
  
  
      
        
          | static void KM3NeT_Debug::kill  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ operator<<()
Definition at line 37 of file KM3NeT_Debug.h.
   38    {
   39        std::lock_guard<std::mutex> lock(
mtx_);
 
   40        std::cerr<<s;
   41        return *this;
   42    }
 
 
 
◆ singleton_
◆ mtx_
  
  
      
        
          | std::mutex KM3NeT_Debug::mtx_ | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: