$treeview $search $mathjax
00001 #ifndef __AIRRAC_CMD_YIELDPARSER_HPP 00002 #define __AIRRAC_CMD_YIELDPARSER_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 //AirRAC 00013 #include <airrac/AIRRAC_Types.hpp> 00014 00016 namespace stdair { 00017 class BomRoot; 00018 } 00019 00020 namespace AIRRAC { 00021 00025 class YieldParser : public stdair::CmdAbstract { 00026 public: 00036 static void generateYieldStore (const YieldFilePath&, stdair::BomRoot&); 00037 }; 00038 } 00039 #endif // __AIRRAC_CMD_YIELDPARSER_HPP