hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ReducingHandlerBuilder.hpp
Go to the documentation of this file.
1 
14 #ifndef REDUCINGHANDLERBUILDER_HPP_
15 #define REDUCINGHANDLERBUILDER_HPP_
16 
17 #include "ReducingHandler.hpp"
18 #include <Poco/SharedPtr.h>
19 
20 namespace HCE{
21 namespace reduce{
22 
24 public:
25  Poco::SharedPtr<HCE::reduce::ReducingHandler>build();
26 };
27 
28 }
29 }
30 
31 #endif