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