1 #ifndef __TVLSIM_BOM_BOMJSONEXPORT_HPP 2 #define __TVLSIM_BOM_BOMJSONEXPORT_HPP 10 #if BOOST_VERSION_MACRO >= 104100 11 #include <boost/property_tree/ptree.hpp> 12 #include <boost/property_tree/json_parser.hpp> 13 #endif // BOOST_VERSION_MACRO >= 104100 15 #if BOOST_VERSION_MACRO >= 104100 16 namespace bpt = boost::property_tree;
17 #else // BOOST_VERSION_MACRO >= 104100 21 #endif // BOOST_VERSION_MACRO >= 104100 25 struct SimulationStatus;
48 #endif // __TVLSIM_BOM_BOMJSONEXPORT_HPP
Utility class to export StdAir objects in a JSON format.
static void jsonExportSimulationStatus(std::ostream &, const SimulationStatus &)