![]() |
ROOT
6.06/09
Reference Guide
|
#include "Rtypes.h"
Include dependency graph for TTime.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TTime |
| Basic time type with millisecond precision. More... | |
Functions | |
| 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) |