Definition at line 815 of file gui.cpp.
 
◆ last_view_comparator()
  
  
      
        
          | gui::last_view_comparator::last_view_comparator  | 
          ( | 
          bool |           reverse | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ operator()()
  
  
      
        
          | bool gui::last_view_comparator::operator()  | 
          ( | 
          mon_channel const & |           first,  | 
         
        
           | 
           | 
          mon_channel const & |           second ) | 
         
       
   | 
  
inline   | 
  
 
Definition at line 827 of file gui.cpp.
  828  {
  829    using namespace boost::chrono;
  831        ? duration_cast<seconds>(first.last_view()) < duration_cast<seconds>(second.last_view())
  832        : duration_cast<seconds>(first.last_view()) > duration_cast<seconds>(second.last_view());
  833  }
 
 
 
◆ m_reverse
  
  
      
        
          | bool gui::last_view_comparator::m_reverse | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: