Ref T298, utility functions for matcher setup and more attributes to configure matching

* pick strategy if multiple there are multiple similar results
* ordered results
This commit is contained in:
Klaus Basan
2018-08-11 00:43:35 +02:00
parent cd701c2a95
commit 3aadef458d
6 changed files with 156 additions and 13 deletions

View File

@@ -51,6 +51,12 @@ namespace BlackMisc
//! Current order of list will be new order values
void freezeOrder();
//! Object with min.order or default
OBJ minOrderOrDefault() const;
//! Object with max.order or default
OBJ maxOrderOrDefault() const;
protected:
//! Constructor
IOrderableList();