Class VThread Defines a time class which provides means of creating, adding, subtracting, and comparing times
Class VThread Defines a time class which provides means of creating, adding, subtracting, and comparing times. VTime objects contain a second component and a fraction of second component. Both may be specified and accessed by the user. Routines to add and subtract times in terms of milliseconds are also provided.
VTime()
u_int32_t getSeconds()
void print()
u_int32_t fractional
friend VTime operator+( const VTime& lhs, const unsigned int msec )
friend VTime operator-( const VTime& lhs, const unsigned int msec )
friend int operator-( const VTime& lhs, const VTime& rhs )
friend VTime getVTime()
generated by doc++