

Go to the source code of this file.
Classes | |
| class | icl_core::TimeSpan |
| Repesents absolute times. More... | |
Namespaces | |
| namespace | icl_core |
Functions | |
| TimeSpan | icl_core::abs (const TimeSpan &span) |
| TimeSpan | icl_core::operator* (const TimeSpan &span, double divisor) |
| TimeSpan | icl_core::operator+ (const TimeSpan &left, const TimeSpan &right) |
| TimeSpan | icl_core::operator- (const TimeSpan &left, const TimeSpan &right) |
| TimeSpan | icl_core::operator/ (const TimeSpan &span, double divisor) |
| std::ostream & | icl_core::operator<< (std::ostream &stream, const TimeSpan &time_span) |
| Write a time span to an STL output stream. | |
Definition in file TimeSpan.h.