#include <sys/time.h>
Go to the source code of this file.
|
| bool | operator!= (const timeval &a, const timeval &b) |
| |
| timeval | operator+ (const timeval &a, const timeval &b) |
| |
| timeval | operator- (const timeval &a, const timeval &b) |
| |
| bool | operator< (const timeval &a, const timeval &b) |
| |
| bool | operator<= (const timeval &a, const timeval &b) |
| |
| bool | operator== (const timeval &a, const timeval &b) |
| |
| bool | operator> (const timeval &a, const timeval &b) |
| |
| bool | operator>= (const timeval &a, const timeval &b) |
| |
| bool operator!= |
( |
const timeval & |
a, |
|
|
const timeval & |
b |
|
) |
| |
|
inline |
| timeval operator+ |
( |
const timeval & |
a, |
|
|
const timeval & |
b |
|
) |
| |
| timeval operator- |
( |
const timeval & |
a, |
|
|
const timeval & |
b |
|
) |
| |
| bool operator< |
( |
const timeval & |
a, |
|
|
const timeval & |
b |
|
) |
| |
|
inline |
| bool operator<= |
( |
const timeval & |
a, |
|
|
const timeval & |
b |
|
) |
| |
|
inline |
| bool operator== |
( |
const timeval & |
a, |
|
|
const timeval & |
b |
|
) |
| |
|
inline |
| bool operator> |
( |
const timeval & |
a, |
|
|
const timeval & |
b |
|
) |
| |
|
inline |
| bool operator>= |
( |
const timeval & |
a, |
|
|
const timeval & |
b |
|
) |
| |
|
inline |