Ref T259, Ref T243 utility functions for timestamp based classes and parts plus renamings

This commit is contained in:
Klaus Basan
2018-03-04 10:48:04 +01:00
parent df38107852
commit 55e2690ceb
6 changed files with 31 additions and 4 deletions

View File

@@ -128,6 +128,9 @@ namespace BlackMisc
//! Any negative or zero offset time?
bool containsZeroOrNegativeOffsetTime() const;
//! Any negative offset time?
bool containsNegativeOffsetTime() const;
//! Insert as first element by keeping maxElements and the latest first
void push_frontKeepLatestAdjustedFirst(const OBJ &value, int maxElements = -1);