1#ifndef __SEVMGR_BOM_BOMJSONEXPORT_HPP
2#define __SEVMGR_BOM_BOMJSONEXPORT_HPP
11#if BOOST_VERSION_MACRO >= 104100
12#include <boost/property_tree/ptree.hpp>
13#include <boost/property_tree/json_parser.hpp>
16#include <stdair/stdair_service_types.hpp>
17#include <stdair/bom/EventTypes.hpp>
19#if BOOST_VERSION_MACRO >= 104100
23 namespace property_tree {
56 const stdair::EventType::EN_EventType&);
Utility class to export StdAir objects in a JSON format.
static void jsonExportEventQueue(stdair::STDAIR_ServicePtr_T &, std::ostream &, const EventQueue &, const stdair::EventType::EN_EventType &)
Class holding event structures.