Added filter function.

This commit is contained in:
2024-04-10 22:28:45 -07:00
parent 3196c5021e
commit 2734cc00fb
2 changed files with 25 additions and 0 deletions

View File

@@ -46,6 +46,10 @@ namespace ehs
DbObject *CreateObject();
DbObject *GetObject(UInt_64 variableHashId, const Str_8 &value) const;
DbObject *GetObject(const Str_8 &variable, const Str_8 &value) const;
DbObject *GetObject(UInt_64 id) const;
private: