comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 272:c7dc70a0a477

upgrade to Orthanc SDK 1.9.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Apr 2021 14:09:46 +0200
parents 3236894320d6
children 1280b40d6696
comparison
equal deleted inserted replaced
271:6b18d3fbee82 272:c7dc70a0a477
480 const std::string& source); 480 const std::string& source);
481 481
482 bool ReadJson(Json::Value& target, 482 bool ReadJson(Json::Value& target,
483 const void* buffer, 483 const void* buffer,
484 size_t size); 484 size_t size);
485
486 bool ReadJsonWithoutComments(Json::Value& target,
487 const std::string& source);
488
489 bool ReadJsonWithoutComments(Json::Value& target,
490 const void* buffer,
491 size_t size);
485 492
486 void WriteFastJson(std::string& target, 493 void WriteFastJson(std::string& target,
487 const Json::Value& source); 494 const Json::Value& source);
488 495
489 void WriteStyledJson(std::string& target, 496 void WriteStyledJson(std::string& target,