#include <DelayQueue.hh>
Definition at line 120 of file DelayQueue.hh.
 
◆ _EventTime()
  
  
      
        
          | _EventTime::_EventTime  | 
          ( | 
          unsigned  | 
          secondsSinceEpoch = 0,  | 
         
        
           | 
           | 
          unsigned  | 
          usecondsSinceEpoch = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator!=()
  
  
      
        
          | int Timeval::operator!=  | 
          ( | 
          Timeval const &  | 
          arg2 | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Definition at line 63 of file DelayQueue.hh.
   63                                            {
   64    return !(*this == arg2);
   65  }
 
 
 
◆ operator+=()
◆ operator-=()
◆ operator<()
  
  
      
        
          | int Timeval::operator<  | 
          ( | 
          Timeval const &  | 
          arg2 | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Definition at line 54 of file DelayQueue.hh.
   54                                           {
   55    return !(*this >= arg2);
   56  }
 
 
 
◆ operator<=()
  
  
      
        
          | int Timeval::operator<=  | 
          ( | 
          Timeval const &  | 
          arg2 | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Definition at line 51 of file DelayQueue.hh.
   51                                            {
   52    return arg2 >= *this;
   53  }
 
 
 
◆ operator==()
  
  
      
        
          | int Timeval::operator==  | 
          ( | 
          Timeval const &  | 
          arg2 | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Definition at line 60 of file DelayQueue.hh.
   60                                            {
   61    return *this >= arg2 && arg2 >= *this;
   62  }
 
 
 
◆ operator>()
  
  
      
        
          | int Timeval::operator>  | 
          ( | 
          Timeval const &  | 
          arg2 | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Definition at line 57 of file DelayQueue.hh.
   57                                           {
   58    return arg2 < *this;
   59  }
 
 
 
◆ operator>=()
  
  
      
        
          | int Timeval::operator>=  | 
          ( | 
          Timeval const &  | 
          arg2 | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
 
◆ seconds() [1/2]
◆ seconds() [2/2]
◆ secs()
◆ useconds() [1/2]
◆ useconds() [2/2]
◆ usecs()
◆ fTv
  
  
      
        
          | struct timeval Timeval::fTv | 
         
       
   | 
  
privateinherited   | 
  
 
 
The documentation for this class was generated from the following file: