$treeview $search $mathjax
00001 #ifndef __SIMFQT_CMD_FAREPARSER_HPP 00002 #define __SIMFQT_CMD_FAREPARSER_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 // SimFQT 00013 #include <simfqt/SIMFQT_Types.hpp> 00014 00015 // Forward declarations. 00016 namespace stdair { 00017 class BomRoot; 00018 } 00019 00020 namespace SIMFQT { 00021 00023 class FareParser : public stdair::CmdAbstract { 00024 public: 00030 static void fareRuleGeneration (const FareFilePath&, stdair::BomRoot&); 00031 }; 00032 } 00033 #endif // __SIMFQT_CMD_FAREPARSER_HPP