32 : _path(path), _hash(hash)
62 if (_path < other.
getPath())
return true;
63 if (_path > other.
getPath())
return false;
65 if (_hash < other.
getHash())
return true;
bool operator!=(const FileHash &other) const
bool operator<(const FileHash &other) const
bool operator==(const FileHash &other) const
const std::string & getHash() const
const std::string & getPath() const