1 #ifndef __OPENTREP_BOM_BOMJSONEXPORT_HPP
2 #define __OPENTREP_BOM_BOMJSONEXPORT_HPP
10 #include <boost/property_tree/ptree.hpp>
11 #include <boost/property_tree/json_parser.hpp>
15 namespace bpt = boost::property_tree;
51 #endif // __OPENTREP_BOM_BOMJSONEXPORT_HPP
Structure modelling a (geographical) location.
Utility class to export Opentrep structures in a JSON format.
std::list< Location > LocationList_T
static void jsonExportLocation(bpt::ptree &, const Location &)
static void jsonExportLocationList(std::ostream &, const LocationList_T &)