|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |

Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
Defines | |
| #define | GAUDIKERNEL_TIME_ICPP 1 |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const Gaudi::Time &time) |
| std::ostream & | operator<< (std::ostream &out, const Gaudi::TimeSpan &time) |
| Gaudi::Time | operator+ (const Gaudi::Time &t, const Gaudi::TimeSpan &ts) |
| Gaudi::Time | operator+ (const Gaudi::TimeSpan &ts, const Gaudi::Time &t) |
| Gaudi::TimeSpan | operator- (const Gaudi::Time &t1, const Gaudi::Time &t2) |
| Gaudi::Time | operator- (const Gaudi::Time &t, const Gaudi::TimeSpan &ts) |
| bool | operator== (const Gaudi::Time &t1, const Gaudi::Time &t2) |
| bool | operator!= (const Gaudi::Time &t1, const Gaudi::Time &t2) |
| bool | operator< (const Gaudi::Time &t1, const Gaudi::Time &t2) |
| bool | operator<= (const Gaudi::Time &t1, const Gaudi::Time &t2) |
| bool | operator> (const Gaudi::Time &t1, const Gaudi::Time &t2) |
| bool | operator>= (const Gaudi::Time &t1, const Gaudi::Time &t2) |
| bool | operator! (const Gaudi::Time &t) |
| Gaudi::TimeSpan | operator+ (const Gaudi::TimeSpan &ts) |
| Gaudi::TimeSpan | operator- (const Gaudi::TimeSpan &ts) |
| Gaudi::TimeSpan | operator+ (const Gaudi::TimeSpan &ts1, const Gaudi::TimeSpan &ts2) |
| Gaudi::TimeSpan | operator- (const Gaudi::TimeSpan &ts1, const Gaudi::TimeSpan &ts2) |
| bool | operator== (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
| bool | operator!= (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
| bool | operator< (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
| bool | operator<= (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
| bool | operator> (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
| bool | operator>= (const Gaudi::TimeSpan &t1, const Gaudi::TimeSpan &t2) |
| bool | operator! (const Gaudi::TimeSpan &ts) |
| StreamBuffer & | operator<< (StreamBuffer &s, const Gaudi::Time &t) |
| StreamBuffer & | operator>> (StreamBuffer &s, Gaudi::Time &t) |
| bool operator! | ( | const Gaudi::TimeSpan & | ts | ) | [inline] |
| bool operator! | ( | const Gaudi::Time & | t | ) | [inline] |
| bool operator!= | ( | const Gaudi::TimeSpan & | t1, | |
| const Gaudi::TimeSpan & | t2 | |||
| ) | [inline] |
| bool operator!= | ( | const Gaudi::Time & | t1, | |
| const Gaudi::Time & | t2 | |||
| ) | [inline] |
| Gaudi::TimeSpan operator+ | ( | const Gaudi::TimeSpan & | ts1, | |
| const Gaudi::TimeSpan & | ts2 | |||
| ) | [inline] |
| Gaudi::TimeSpan operator+ | ( | const Gaudi::TimeSpan & | ts | ) | [inline] |
| Gaudi::Time operator+ | ( | const Gaudi::TimeSpan & | ts, | |
| const Gaudi::Time & | t | |||
| ) | [inline] |
| Gaudi::Time operator+ | ( | const Gaudi::Time & | t, | |
| const Gaudi::TimeSpan & | ts | |||
| ) | [inline] |
| Gaudi::TimeSpan operator- | ( | const Gaudi::TimeSpan & | ts1, | |
| const Gaudi::TimeSpan & | ts2 | |||
| ) | [inline] |
| Gaudi::TimeSpan operator- | ( | const Gaudi::TimeSpan & | ts | ) | [inline] |
| Gaudi::Time operator- | ( | const Gaudi::Time & | t, | |
| const Gaudi::TimeSpan & | ts | |||
| ) | [inline] |
| Gaudi::TimeSpan operator- | ( | const Gaudi::Time & | t1, | |
| const Gaudi::Time & | t2 | |||
| ) | [inline] |
| bool operator< | ( | const Gaudi::TimeSpan & | t1, | |
| const Gaudi::TimeSpan & | t2 | |||
| ) | [inline] |
| bool operator< | ( | const Gaudi::Time & | t1, | |
| const Gaudi::Time & | t2 | |||
| ) | [inline] |
| StreamBuffer& operator<< | ( | StreamBuffer & | s, | |
| const Gaudi::Time & | t | |||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const Gaudi::TimeSpan & | time | |||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const Gaudi::Time & | time | |||
| ) | [inline] |
| bool operator<= | ( | const Gaudi::TimeSpan & | t1, | |
| const Gaudi::TimeSpan & | t2 | |||
| ) | [inline] |
| bool operator<= | ( | const Gaudi::Time & | t1, | |
| const Gaudi::Time & | t2 | |||
| ) | [inline] |
| bool operator== | ( | const Gaudi::TimeSpan & | t1, | |
| const Gaudi::TimeSpan & | t2 | |||
| ) | [inline] |
| bool operator== | ( | const Gaudi::Time & | t1, | |
| const Gaudi::Time & | t2 | |||
| ) | [inline] |
| bool operator> | ( | const Gaudi::TimeSpan & | t1, | |
| const Gaudi::TimeSpan & | t2 | |||
| ) | [inline] |
| bool operator> | ( | const Gaudi::Time & | t1, | |
| const Gaudi::Time & | t2 | |||
| ) | [inline] |
| bool operator>= | ( | const Gaudi::TimeSpan & | t1, | |
| const Gaudi::TimeSpan & | t2 | |||
| ) | [inline] |
| bool operator>= | ( | const Gaudi::Time & | t1, | |
| const Gaudi::Time & | t2 | |||
| ) | [inline] |
| StreamBuffer& operator>> | ( | StreamBuffer & | s, | |
| Gaudi::Time & | t | |||
| ) | [inline] |
Definition at line 319 of file Time.icpp.
00319 { 00320 Gaudi::Time::ValueType tmp; 00321 s >> tmp; 00322 t = Gaudi::Time(tmp); 00323 return s; 00324 }