Add Min and Max methods to DataId

This commit is contained in:
2020-05-04 12:08:52 +02:00
parent 3a12256d49
commit c6e21456cc
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -14,6 +14,10 @@ public:
int Id() const;
std::string Table() const;
public:
static int Min();
static int Max();
private:
int GetId(const std::string& dataName) const;