Mercurial > hg > orthanc
comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2265:e46b0ee6c19d
allowSingleString in OrthancConfiguration::LookupListOfStrings
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 14 Feb 2017 15:59:19 +0100 |
parents | 8e5e0de75839 |
children | a344e47e9c9a |
comparison
equal
deleted
inserted
replaced
2264:8e5e0de75839 | 2265:e46b0ee6c19d |
---|---|
248 | 248 |
249 bool LookupFloatValue(float& target, | 249 bool LookupFloatValue(float& target, |
250 const std::string& key) const; | 250 const std::string& key) const; |
251 | 251 |
252 bool LookupListOfStrings(std::list<std::string>& target, | 252 bool LookupListOfStrings(std::list<std::string>& target, |
253 const std::string& key) const; | 253 const std::string& key, |
254 bool allowSingleString) const; | |
254 | 255 |
255 std::string GetStringValue(const std::string& key, | 256 std::string GetStringValue(const std::string& key, |
256 const std::string& defaultValue) const; | 257 const std::string& defaultValue) const; |
257 | 258 |
258 int GetIntegerValue(const std::string& key, | 259 int GetIntegerValue(const std::string& key, |