1.00.21
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
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
stdair_file.hpp
stdair
Handle on the StdAir library context.
Definition
BasChronometer.cpp:9
stdair::BomINIImport
Utility class to import StdAir objects in a INI format.
Definition
BomINIImport.hpp:21
stdair::BomINIImport::importINIConfig
static void importINIConfig(ConfigHolderStruct &, const ConfigINIFile &)
Definition
BomINIImport.cpp:32
stdair::ConfigHolderStruct
Definition
ConfigHolderStruct.hpp:40
stdair::ConfigINIFile
Definition
stdair_file.hpp:112
Generated for StdAir by
1.13.2