Mercurial > hg > orthanc
comparison Core/Lua/LuaFunctionCall.h @ 1448:3f7722179467
refactoring: GetJson in Lua
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 02 Jul 2015 09:10:25 +0200 |
parents | 6e7e5ed91c2d |
children | 54bafe0e7e7b |
comparison
equal
deleted
inserted
replaced
1447:5ba7471780ae | 1448:3f7722179467 |
---|---|
68 } | 68 } |
69 | 69 |
70 bool ExecutePredicate(); | 70 bool ExecutePredicate(); |
71 | 71 |
72 void ExecuteToJson(Json::Value& result); | 72 void ExecuteToJson(Json::Value& result); |
73 | |
74 void ExecuteToString(std::string& result); | |
73 }; | 75 }; |
74 } | 76 } |