![]() |
ROOT
6.06/08
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 |
| Return the time as a string. More... | |
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>
|
inline |
Definition at line 35 of file TTime.h.
Referenced by operator*(), operator+(), operator-(), and operator/().
| const char * TTime::AsString | ( | ) | const |
Return the time as a string.
Definition at line 26 of file TTime.cxx.
Referenced by TRecorderInactive::DumpRootEvent(), and ~TTime().
|
private |
Definition at line 32 of file TTime.h.
Referenced by operator long long(), operator unsigned long long(), operator!=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<=(), operator=(), operator==(), operator>(), and operator>=().