$treeview $search $mathjax
00001 #ifndef __STDAIR_BOM_BOMINIIMPORT_HPP 00002 #define __STDAIR_BOM_BOMINIIMPORT_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // STL 00008 #include <string> 00009 // StdAir 00010 #include <stdair/stdair_file.hpp> 00011 00012 00013 namespace stdair { 00014 00016 struct ConfigHolderStruct; 00017 00021 class BomINIImport { 00022 public: 00023 // //////////////// Import support methods ///////////////// 00029 static void importINIConfig (ConfigHolderStruct&, 00030 const ConfigINIFile&); 00031 00032 }; 00033 } 00034 #endif // __STDAIR_BOM_BOMINIIMPORT_HPP