ROOT 6.07/09 Reference Guide |
Public Member Functions | |
TTime () | |
TTime (Long64_t msec) | |
TTime (const TTime &t) | |
virtual | ~TTime () |
const char * | AsString () const |
Return the time as a string. More... | |
operator long () const | |
operator long long () const | |
operator unsigned long () const | |
operator unsigned long long () const | |
TTime | operator*= (const TTime &t) |
TTime | operator+= (const TTime &t) |
TTime | operator-= (const TTime &t) |
TTime | operator/= (const TTime &t) |
TTime & | operator= (const TTime &t) |
Private Attributes | |
Long64_t | fMilliSec |
Friends | |
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) |
#include <TTime.h>
const char * TTime::AsString | ( | ) | const |