TimeVal Struct Reference

List of all members.

Public Member Functions

 TimeVal ()
 TimeVal (double d)
 TimeVal (int i)
 TimeVal (const TimeVal &tv)
 TimeVal (const timeval &tv)
TimeVal operator+ (const TimeVal &tv) const
TimeVal operator- (const TimeVal &tv) const
TimeValoperator+= (const TimeVal &tv)
TimeValoperator-= (const TimeVal &tv)
TimeValoperator= (const TimeVal &tv)
TimeValoperator/= (double d)
TimeVal operator/ (double d) const
bool operator== (const TimeVal &tv) const
bool operator< (const TimeVal &tv) const
bool operator> (const TimeVal &tv) const
double us () const
double ms () const
double s () const
double m () const
double h () const
void clear ()
void set (const timeval &)

Public Attributes

long tv_sec
long tv_usec

Detailed Description

Definition at line 89 of file timer_internal_gathering.hh.


Generated on Thu Oct 9 20:25:40 2008 for Vaucanson by  doxygen 1.5.1