#include "commonc++/TimeSpan.h++"
Namespaces | |
| namespace | ccxx |
Functions | |
| const TimeSpan | operator+ (const TimeSpan &s1, const TimeSpan &s2) throw () |
| const TimeSpan | operator+ (const TimeSpan &s1, int64_t s2) throw () |
| const TimeSpan | operator+ (int64_t s1, const TimeSpan &s2) throw () |
| const TimeSpan | operator- (const TimeSpan &s1, const TimeSpan &s2) throw () |
| const TimeSpan | operator- (const TimeSpan &s1, int64_t s2) throw () |
| const TimeSpan | operator- (int64_t s1, const TimeSpan &s2) throw () |
1.6.3