comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 35:81262707d68e

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Jun 2021 09:35:17 +0200
parents 3bd0ec7c5a7c
children 1256194e1c08
comparison
equal deleted inserted replaced
34:ff52b3e49d22 35:81262707d68e
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,