mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T259, Ref T243 utility functions for timestamp based classes and parts plus renamings
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user