Range: Added ::combine for overlapping range combinations

This commit is contained in:
Paul Beckingham 2016-06-01 07:32:22 -04:00
parent 9b4a70ea7b
commit d5b7afd008
2 changed files with 38 additions and 0 deletions

View file

@ -48,6 +48,7 @@ public:
bool overlap (const Range&) const;
bool encloses (const Range&) const;
Range intersect (const Range&) const;
Range combine (const Range&) const;
std::vector <Range> subtract (const Range&) const;
time_t total () const;