comparison OrthancFramework/Sources/DicomFormat/DicomStreamReader.h @ 4223:3d6f14a05db1

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2020 16:25:48 +0200
parents 7461f98c23a0
children 38d446c9ee1d
comparison
equal deleted inserted replaced
4222:7461f98c23a0 4223:3d6f14a05db1
102 102
103 void HandleDatasetValue(IVisitor& visitor, 103 void HandleDatasetValue(IVisitor& visitor,
104 const std::string& block); 104 const std::string& block);
105 105
106 public: 106 public:
107 DicomStreamReader(std::istream& stream); 107 explicit DicomStreamReader(std::istream& stream);
108 108
109 /** 109 /**
110 * Consume all the available bytes from the input stream, until 110 * Consume all the available bytes from the input stream, until
111 * end-of-stream is reached or the current tag is ">= untilTag". 111 * end-of-stream is reached or the current tag is ">= untilTag".
112 * This method can be invoked several times, as more bytes are 112 * This method can be invoked several times, as more bytes are