AirInv Logo  1.00.0
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DCPParser.hpp
Go to the documentation of this file.
1 #ifndef __AIRINV_CMD_DCPPARSER_HPP
2 #define __AIRINV_CMD_DCPPARSER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/stdair_basic_types.hpp>
9 #include <stdair/command/CmdAbstract.hpp>
10 
11 // Forward declarations.
12 namespace stdair {
13  class BomRoot;
14 }
15 
16 namespace AIRINV {
17 
19  class DCPParser : public stdair::CmdAbstract {
20  public:
28  static void DCPRuleGeneration (const stdair::Filename_T&,
29  stdair::BomRoot&);
30  };
31 }
32 #endif // __AIRINV_CMD_DCPPARSER_HPP