hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SphinxResultJSONConvertor.hpp
Go to the documentation of this file.
1 
14 #ifndef SPHINXRESULTJSONCONVERTOR_HPP_
15 #define SPHINXRESULTJSONCONVERTOR_HPP_
16 
18 #include "Exceptions.hpp"
19 
20 namespace HCE {
21 namespace sphinx {
22 namespace reduce_task {
23 
25 public:
28 
29  Poco::SharedPtr<SphinxResultData>convertToSphinxResultDataFrom(const std::string& json);
30  std::string convertToJSONFrom(const Poco::SharedPtr<SphinxResultData>& sphinxResultData);
31 };
32 
33 }
34 }
35 }
36 
37 #endif