1 #ifndef __SEVMGR_BOM_BOMJSONEXPORT_HPP 2 #define __SEVMGR_BOM_BOMJSONEXPORT_HPP 10 #if BOOST_VERSION >= 104100 11 #include <boost/property_tree/ptree.hpp> 12 #include <boost/property_tree/json_parser.hpp> 13 #endif // BOOST_VERSION >= 104100 15 #include <stdair/stdair_service_types.hpp> 16 #include <stdair/bom/EventTypes.hpp> 18 #if BOOST_VERSION >= 104100 19 namespace bpt = boost::property_tree;
20 #else // BOOST_VERSION >= 104100 24 #endif // BOOST_VERSION >= 104100 50 static void jsonExportEventQueue (stdair::STDAIR_ServicePtr_T&,
53 const stdair::EventType::EN_EventType&);
58 #endif // __SEVMGR_BOM_BOMJSONEXPORT_HPP
Class holding event structures.
Utility class to export StdAir objects in a JSON format.