Utility class to export StdAir objects in a JSON format. More...
#include <stdair/bom/BomJSONExport.hpp>
Static Public Member Functions | |
static void | jsonExport (std::ostream &, const FlightDate &) |
Utility class to export StdAir objects in a JSON format.
void stdair::BomJSONExport::jsonExport | ( | std::ostream & | oStream, |
const FlightDate & | iFlightDate | ||
) | [static] |
Recursively export (dump in the underlying output log stream) the objects of the BOM tree from the level of the given FlightDate.
std::ostream& | Output stream in which the BOM tree should be logged/dumped. |
const | FlightDate& Root of the BOM tree to be exported. |
Definition at line 29 of file BomJSONExport.cpp.
References stdair::FlightDate::getAirlineCode(), stdair::FlightDate::getFlightNumber(), and stdair::FlightDate::getDepartureDate().