comparison Core/Toolbox.h @ 1818:1065401501fb worklists

ParsedDicomFile::CreateFromJson
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2015 16:48:23 +0100
parents a0a4fa28624c
children 47d032c48818
comparison
equal deleted inserted replaced
1817:9a6de24209cf 1818:1065401501fb
121 # if BOOST_HAS_REGEX == 1 121 # if BOOST_HAS_REGEX == 1
122 void DecodeDataUriScheme(std::string& mime, 122 void DecodeDataUriScheme(std::string& mime,
123 std::string& content, 123 std::string& content,
124 const std::string& source); 124 const std::string& source);
125 # endif 125 # endif
126
127 void EncodeDataUriScheme(std::string& result,
128 const std::string& mime,
129 const std::string& content);
126 #endif 130 #endif
127 131
128 std::string GetPathToExecutable(); 132 std::string GetPathToExecutable();
129 133
130 std::string GetDirectoryOfExecutable(); 134 std::string GetDirectoryOfExecutable();