StdAir Logo  1.00.13
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
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
11
12
13namespace stdair {
14
16 struct ConfigHolderStruct;
17
22 public:
23 // //////////////// Import support methods /////////////////
30 const ConfigINIFile&);
31
32 };
33}
34#endif // __STDAIR_BOM_BOMINIIMPORT_HPP
Handle on the StdAir library context.
Utility class to import StdAir objects in a INI format.
static void importINIConfig(ConfigHolderStruct &, const ConfigINIFile &)