0.45.1
C++ Standard Airline IT Object Library
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
10
#include <
stdair/stdair_basic_types.hpp
>
11
#include <
stdair/stdair_date_time_types.hpp
>
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,
40
FlightNumber_T
&,
41
Date_T
& ioDepartureDate);
42
};
43
44
}
45
#endif // __STDAIR_BOM_BOMJSONIMPORT_HPP
Generated on Sun Aug 12 2012 18:33:54 for StdAir by
1.8.1.2