comparison Core/Lua/LuaFunctionCall.h @ 1658:54bafe0e7e7b

Optional argument "keepStrings" in "DumpJson()"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 09:44:38 +0200
parents 3f7722179467
children b1291df2f780
comparison
equal deleted inserted replaced
1657:5360cdba70d8 1658:54bafe0e7e7b
67 ExecuteInternal(0); 67 ExecuteInternal(0);
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 bool keepStrings);
73 74
74 void ExecuteToString(std::string& result); 75 void ExecuteToString(std::string& result);
75 }; 76 };
76 } 77 }