#include <sys/time.h>
#include <sal/types.h>
Go to the source code of this file.
|
bool | operator>= (const timeval &t1, const timeval &t2) |
|
bool | operator> (const timeval &t1, const timeval &t2) |
|
timeval & | operator-= (timeval &t1, const timeval &t2) |
|
timeval & | operator+= (timeval &t1, sal_uIntPtr t2) |
|
timeval | operator- (const timeval &t1, const timeval &t2) |
|
◆ operator+=()
timeval & operator+= |
( |
timeval & |
t1, |
|
|
sal_uIntPtr |
t2 |
|
) |
| |
|
inline |
◆ operator-()
timeval operator- |
( |
const timeval & |
t1, |
|
|
const timeval & |
t2 |
|
) |
| |
|
inline |
◆ operator-=()
timeval & operator-= |
( |
timeval & |
t1, |
|
|
const timeval & |
t2 |
|
) |
| |
|
inline |
◆ operator>()
bool operator> |
( |
const timeval & |
t1, |
|
|
const timeval & |
t2 |
|
) |
| |
|
inline |
◆ operator>=()
bool operator>= |
( |
const timeval & |
t1, |
|
|
const timeval & |
t2 |
|
) |
| |
|
inline |