YPC  0.2.0
ntobject_helper.h
1 #pragma once
2 #include <hpda/common/common.h>
3 #include <boost/property_tree/ptree.hpp>
4 
5 namespace hpda {
6 namespace util {
7 std::string convert_data_format_to_ntobject_type_file(
8  const boost::property_tree::ptree &tree);
9 }
10 } // namespace hpda