59 operator long()
const;
60 operator unsigned long()
const;
61 operator long long()
const;
62 operator unsigned long long()
const;
78 inline TTime::operator
long long()
const 80 inline TTime::operator
unsigned long long()
const friend TTime operator*(const TTime &t1, const TTime &t2)
friend TTime operator/(const TTime &t1, const TTime &t2)
friend Bool_t operator==(const TTime &t1, const TTime &t2)
Basic time type with millisecond precision.
friend Bool_t operator<=(const TTime &t1, const TTime &t2)
#define ClassDef(name, id)
friend Bool_t operator>=(const TTime &t1, const TTime &t2)
friend Bool_t operator<(const TTime &t1, const TTime &t2)
TTime operator*=(const TTime &t)
friend Bool_t operator!=(const TTime &t1, const TTime &t2)
const char * AsString() const
Return the time as a string.
friend TTime operator+(const TTime &t1, const TTime &t2)
friend Bool_t operator>(const TTime &t1, const TTime &t2)
TTime & operator=(const TTime &t)
unsigned long long ULong64_t
TTime operator+=(const TTime &t)
TTime operator-=(const TTime &t)
friend TTime operator-(const TTime &t1, const TTime &t2)
TTime operator/=(const TTime &t)