![]() |
ROOT
6.06/08
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) |
Definition at line 87 of file TTime.h.
Referenced by TH2F::AddBinContent(), TH3F::AddBinContent(), TH2D::AddBinContent(), TH3D::AddBinContent(), TOrdCollectionIter::GetCollection(), THashTableIter::GetCollection(), TObjArrayIter::GetCollection(), TRefArrayIter::GetCollection(), TMapIter::GetCollection(), TBtreeIter::GetCollection(), TTreeReader::Iterator_t::operator++(), and TGenericCollectionIterator::~TGenericCollectionIterator().
Definition at line 85 of file TTime.h.
Referenced by TH2F::AddBinContent(), std::make_view(), and ROOT::Vc::SSE::Vector< T >::operator~().
Definition at line 89 of file TTime.h.
Referenced by TH2F::AddBinContent(), and ROOT::Vc::SSE::Vector< T >::operator+().