StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BomJSONImport.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BOM_BOMJSONIMPORT_HPP
2 #define __STDAIR_BOM_BOMJSONIMPORT_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 // StdAir
12 
13 namespace stdair {
14 
18  class BomJSONImport {
19  public:
20  // //////////////// Import support methods /////////////////
28  static bool jsonImportInventoryKey (const std::string& iBomKey,
29  AirlineCode_T&);
30 
39  static bool jsonImportFlightDateKey (const std::string& iBomKey,
41  Date_T& ioDepartureDate);
42  };
43 
44 }
45 #endif // __STDAIR_BOM_BOMJSONIMPORT_HPP