Mercurial > hg > orthanc
comparison OrthancServer/Sources/Search/DatabaseConstraint.h @ 5690:708952bd869c find-refactoring
integration tests are passing with ResourceFinder
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 09 Jul 2024 18:05:54 +0200 |
parents | fd4c5e064cbe |
children | 247fc5368693 |
comparison
equal
deleted
inserted
replaced
5689:c14776d25491 | 5690:708952bd869c |
---|---|
176 { | 176 { |
177 return constraints_.size(); | 177 return constraints_.size(); |
178 } | 178 } |
179 | 179 |
180 const DatabaseConstraint& GetConstraint(size_t index) const; | 180 const DatabaseConstraint& GetConstraint(size_t index) const; |
181 | |
182 std::string Format() const; | |
181 }; | 183 }; |
182 } | 184 } |