VideoTools
|
A thin wrapper for 'struct timeval' providing relational operators etc. More...
#include <gxeventloop.h>
Public Member Functions | |
Timeval (int) | |
Timeval (const struct timeval &tv) | |
void | reset () |
bool | is_set () const |
bool | operator< (const Timeval &other) const |
bool | operator== (const Timeval &other) const |
bool | operator> (const Timeval &other) const |
Public Attributes | |
struct timeval | m_timeval |
A thin wrapper for 'struct timeval' providing relational operators etc.
Definition at line 38 of file gxeventloop.h.