# | Line 37 | Line 37 | public: | |
---|---|---|
37 | operator ext::String() const; | |
38 | Stamp operator+(int seconds) const { return when + seconds; } | |
39 | Stamp operator-(int seconds) const { return when - seconds; } | |
40 | < | bool operator <(const Stamp& stamp) const { return when < stamp.when; } |
40 | > | bool operator<(const Stamp& stamp) const { return when < stamp.when; } |
41 | }; | |
42 | ||
43 | inline ext::String operator+(const Stamp& stamp, const ext::String& string) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |