VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GX::Timeval Struct Reference

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
 

Detailed Description

A thin wrapper for 'struct timeval' providing relational operators etc.

Definition at line 38 of file gxeventloop.h.


The documentation for this struct was generated from the following file: