StdAir Logo  0.43.0
C++ Standard Airline IT Library
BomJSONExport.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_BOM_BOMJSONEXPORT_HPP
00002 #define __STDAIR_BOM_BOMJSONEXPORT_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <iosfwd>
00009 
00010 namespace stdair {
00011 
00013   class FlightDate;
00014 
00018   class BomJSONExport {
00019   public:
00020     // //////////////// Export support methods /////////////////
00029     static void jsonExport (std::ostream&, const FlightDate&);
00030   };
00031 
00032 }
00033 #endif // __STDAIR_BOM_BOMJSONEXPORT_HPP