Go to the documentation of this file.00001 #ifndef __AIRRAC_CMD_YIELDPARSER_HPP
00002 #define __AIRRAC_CMD_YIELDPARSER_HPP
00003
00004
00005
00006
00007
00008 #include <string>
00009
00010 #include <stdair/stdair_basic_types.hpp>
00011 #include <stdair/command/CmdAbstract.hpp>
00012
00014 namespace stdair {
00015 class BomRoot;
00016 }
00017
00018 namespace AIRRAC {
00019
00023 class YieldParser : public stdair::CmdAbstract {
00024 public:
00034 static void generateYieldStore (const stdair::Filename_T&, stdair::BomRoot&);
00035 };
00036 }
00037 #endif // __AIRRAC_CMD_YIELDPARSER_HPP