#include "Rtypes.h"
Classes | |
class | TTime |
Basic time type with millisecond precision. More... | |
Functions | |
Bool_t | operator!= (const TTime &t1, const TTime &t2) |
TTime | operator* (const TTime &t1, const TTime &t2) |
TTime | operator+ (const TTime &t1, const TTime &t2) |
TTime | operator- (const TTime &t1, const TTime &t2) |
TTime | operator/ (const TTime &t1, const TTime &t2) |
Bool_t | operator< (const TTime &t1, const TTime &t2) |
Bool_t | operator<= (const TTime &t1, const TTime &t2) |
Bool_t | operator== (const TTime &t1, const TTime &t2) |
Bool_t | operator> (const TTime &t1, const TTime &t2) |
Bool_t | operator>= (const TTime &t1, const TTime &t2) |