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>
15namespace bpt = boost::property_tree;
Utility class to export Opentrep structures in a JSON format.
static void jsonExportLocationList(std::ostream &, const LocationList_T &)
static void jsonExportLocation(bpt::ptree &, const Location &)
std::list< Location > LocationList_T
Structure modelling a (geographical) location.