LibreOffice Module vcl (master) 1
Functions
salunxtime.h File Reference
#include <sys/time.h>
#include <sal/types.h>
Include dependency graph for salunxtime.h:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ operator+=()

timeval & operator+= ( timeval &  t1,
sal_uIntPtr  t2 
)
inline

Definition at line 55 of file salunxtime.h.

◆ operator-()

timeval operator- ( const timeval &  t1,
const timeval &  t2 
)
inline

Definition at line 67 of file salunxtime.h.

◆ operator-=()

timeval & operator-= ( timeval &  t1,
const timeval &  t2 
)
inline

Definition at line 43 of file salunxtime.h.

◆ operator>()

bool operator> ( const timeval &  t1,
const timeval &  t2 
)
inline

Definition at line 36 of file salunxtime.h.

◆ operator>=()

bool operator>= ( const timeval &  t1,
const timeval &  t2 
)
inline

Definition at line 29 of file salunxtime.h.