comparison OrthancFramework/Sources/Toolbox.h @ 4199:fbc49a65340a

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:28:20 +0200
parents bf7b9edf6b81
children 3af1d763763a
comparison
equal deleted inserted replaced
4198:c671331ea1ef 4199:fbc49a65340a
86 size_t lineEnd_; 86 size_t lineEnd_;
87 87
88 void FindEndOfLine(); 88 void FindEndOfLine();
89 89
90 public: 90 public:
91 LinesIterator(const std::string& content); 91 explicit LinesIterator(const std::string& content);
92 92
93 bool GetLine(std::string& target) const; 93 bool GetLine(std::string& target) const;
94 94
95 void Next(); 95 void Next();
96 }; 96 };