hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PocoJSONReducingInputMessageConvertor.hpp
Go to the documentation of this file.
1 
15 #ifndef POCOJSONREDUCINGINPUTMESSAGECONVERTOR_HPP_
16 #define POCOJSONREDUCINGINPUTMESSAGECONVERTOR_HPP_
17 
18 #include "ReducingInputMessage.hpp"
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::ReducingInputMessage>&
33  inputMessage);
34  Poco::SharedPtr<reduce_types::ReducingInputMessage>convertToReducingInputMessageFrom(
35  const std::string& json);
36 };
37 
38 }
39 }
40 
41 #endif