$treeview $search $mathjax
00001 #ifndef __AIRTSP_CMD_TRAVELSOLUTIONPARSER_HPP 00002 #define __AIRTSP_CMD_TRAVELSOLUTIONPARSER_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // STL 00008 #include <string> 00009 // StdAir 00010 #include <stdair/stdair_basic_types.hpp> 00011 #include <stdair/command/CmdAbstract.hpp> 00012 00013 namespace AIRTSP { 00014 00019 class TravelSolutionParser : public stdair::CmdAbstract { 00020 public: 00028 static bool parseInputFileAndBuildBom (const stdair::Filename_T&); 00029 }; 00030 } 00031 #endif // __AIRTSP_CMD_TRAVELSOLUTIONPARSER_HPP