comparison Core/WebServiceParameters.h @ 3444:6fe42a335a80

WebServiceParameters::GetBooleanUserProperty()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Jun 2019 17:15:03 +0200
parents 595bfee4391a
children 94f4a18a79cc
comparison
equal deleted inserted replaced
3443:0371b65d5f76 3444:6fe42a335a80
160 } 160 }
161 161
162 void ListUserProperties(std::set<std::string>& target) const; 162 void ListUserProperties(std::set<std::string>& target) const;
163 163
164 bool LookupUserProperty(std::string& value, 164 bool LookupUserProperty(std::string& value,
165 const std::string& key) const; 165 const std::string& key) const;
166
167 bool GetBooleanUserProperty(const std::string& key,
168 bool defaultValue) const;
166 169
167 bool IsAdvancedFormatNeeded() const; 170 bool IsAdvancedFormatNeeded() const;
168 171
169 void Unserialize(const Json::Value& peer); 172 void Unserialize(const Json::Value& peer);
170 173