Definition at line 856 of file gui.cpp.
 
  
  
      
        
          | gui::run_number_comparator::run_number_comparator  | 
          ( | 
          bool  | 
          reverse | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
  
  
      
        
          | bool gui::run_number_comparator::operator()  | 
          ( | 
          mon_channel const &  | 
          first,  | 
         
        
           | 
           | 
          mon_channel const &  | 
          second  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Definition at line 868 of file gui.cpp.
  871         ? first.run_number() < second.run_number()
 
  872         : first.run_number() > second.run_number();
 
 
 
 
  
  
      
        
          | bool gui::run_number_comparator::m_reverse | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: