comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 47:28d7d7598fdb

sync + no more need of "-DORTHANC_FRAMEWORK_ADDITIONAL_LIBRARIES" to dynamically link against system-wide orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Jun 2021 09:25:13 +0200
parents 914b8113fd46
children 1a13c4fbc9a1
comparison
equal deleted inserted replaced
46:914b8113fd46 47:28d7d7598fdb
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,