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.
Definition at line 34 of file BomJSONExport.hpp.
|
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::getDepartureDate(), and stdair::FlightDate::getFlightNumber().