![]() |
ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
| TTime () | |
| TTime (Long64_t msec) | |
| TTime (const TTime &t) | |
| virtual | ~TTime () |
| 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) |
| operator long () const | |
| operator unsigned long () const | |
| operator long long () const | |
| operator unsigned long long () const | |
| const char * | AsString () const |
Private Attributes | |
| Long64_t | fMilliSec |
Friends | |
| 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) |
| Bool_t | operator>= (const TTime &t1, const TTime &t2) |
#include <TTime.h>
| const char* TTime::AsString | ( | ) | const |
Referenced by TRecorderInactive::DumpRootEvent().
| TTime::operator long | ( | ) | const |
|
private |
Definition at line 32 of file TTime.h.
Referenced by operator!=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator=(), operator==(), operator>(), and operator>=().