Definition at line 836 of file gui.cpp.
 
◆ hit_rate_comparator()
  
  
      
        
          | gui::hit_rate_comparator::hit_rate_comparator  | 
          ( | 
          bool |           reverse | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ operator()()
  
  
      
        
          | bool gui::hit_rate_comparator::operator()  | 
          ( | 
          mon_channel const & |           first,  | 
         
        
           | 
           | 
          mon_channel const & |           second ) | 
         
       
   | 
  
inline   | 
  
 
Definition at line 848 of file gui.cpp.
  849  {
  851        ? first.mean() < second.mean()
  852        : first.mean() > second.mean();
  853  }
 
 
 
◆ m_reverse
  
  
      
        
          | bool gui::hit_rate_comparator::m_reverse | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: