comparison OrthancFramework/Sources/DicomParsing/ParsedDicomDir.h @ 4200:7112a8af0b63

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:53:31 +0200
parents bf7b9edf6b81
children 785a2713323e
comparison
equal deleted inserted replaced
4199:fbc49a65340a 4200:7112a8af0b63
44 44
45 bool LookupIndexOfOffset(size_t& target, 45 bool LookupIndexOfOffset(size_t& target,
46 unsigned int offset) const; 46 unsigned int offset) const;
47 47
48 public: 48 public:
49 ParsedDicomDir(const std::string content); 49 explicit ParsedDicomDir(const std::string& content);
50 50
51 ~ParsedDicomDir() 51 ~ParsedDicomDir()
52 { 52 {
53 Clear(); 53 Clear();
54 } 54 }