Logo ROOT   6.10/09
Reference Guide
Classes | Functions
TTime.h File Reference
#include "Rtypes.h"
Include dependency graph for TTime.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TTime
 Basic time type with millisecond precision. More...
 

Functions

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)
 

Function Documentation

◆ operator!=()

Bool_t operator!= ( const TTime t1,
const TTime t2 
)
inline

Definition at line 92 of file TTime.h.

◆ operator*()

TTime operator* ( const TTime t1,
const TTime t2 
)
inline

Definition at line 85 of file TTime.h.

◆ operator+()

TTime operator+ ( const TTime t1,
const TTime t2 
)
inline

Definition at line 81 of file TTime.h.

◆ operator-()

TTime operator- ( const TTime t1,
const TTime t2 
)
inline

Definition at line 83 of file TTime.h.

◆ operator/()

TTime operator/ ( const TTime t1,
const TTime t2 
)
inline

Definition at line 87 of file TTime.h.

◆ operator<()

Bool_t operator< ( const TTime t1,
const TTime t2 
)
inline

Definition at line 94 of file TTime.h.

◆ operator<=()

Bool_t operator<= ( const TTime t1,
const TTime t2 
)
inline

Definition at line 96 of file TTime.h.

◆ operator==()

Bool_t operator== ( const TTime t1,
const TTime t2 
)
inline

Definition at line 90 of file TTime.h.

◆ operator>()

Bool_t operator> ( const TTime t1,
const TTime t2 
)
inline

Definition at line 98 of file TTime.h.

◆ operator>=()

Bool_t operator>= ( const TTime t1,
const TTime t2 
)
inline

Definition at line 100 of file TTime.h.