StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BomINIImport.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BOM_BOMINIIMPORT_HPP
2 #define __STDAIR_BOM_BOMINIIMPORT_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 // StdAir
10 #include <stdair/stdair_file.hpp>
11 
12 
13 namespace stdair {
14 
16  struct ConfigHolderStruct;
17 
21  class BomINIImport {
22  public:
23  // //////////////// Import support methods /////////////////
29  static void importINIConfig (ConfigHolderStruct&,
30  const ConfigINIFile&);
31 
32  };
33 }
34 #endif // __STDAIR_BOM_BOMINIIMPORT_HPP