hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PocoJSONReducingOutputMessageConvertor.hpp
Go to the documentation of this file.
1 
15 #ifndef POCOJSONREDUCINGOUTPUTMESSAGECONVERTOR_HPP_
16 #define POCOJSONREDUCINGOUTPUTMESSAGECONVERTOR_HPP_
17 
19 #include <Poco/SharedPtr.h>
21 
22 namespace HCE
23 {
24 namespace reduce_convertors
25 {
26 
28 public:
31 
32  std::string convertToJSONFrom(const Poco::SharedPtr<reduce_types::ReducingOutputMessage>&
33  message);
34  Poco::SharedPtr<reduce_types::ReducingOutputMessage>convertToReducingOutputMessageFrom(
35  std::string& json);
36 };
37 
38 }
39 }
40 
41 #endif