ROOT  6.06/08
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:

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)
 

Function Documentation

§ operator!=()

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

Definition at line 94 of file TTime.h.

§ operator*()

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

§ 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

§ operator/()

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

Definition at line 89 of file TTime.h.

Referenced by TH2F::AddBinContent(), and ROOT::Vc::SSE::Vector< T >::operator+().

§ 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 98 of file TTime.h.

§ operator==()

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

Definition at line 92 of file TTime.h.

§ operator>()

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

Definition at line 100 of file TTime.h.

§ operator>=()

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

Definition at line 102 of file TTime.h.