AirRAC Logo  1.00.10
C++ Simulated Revenue Accounting (RAC) System Library
Loading...
Searching...
No Matches
YieldParser.hpp
Go to the documentation of this file.
1#ifndef __AIRRAC_CMD_YIELDPARSER_HPP
2#define __AIRRAC_CMD_YIELDPARSER_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// STL
8#include <string>
9// StdAir
10#include <stdair/stdair_basic_types.hpp>
11#include <stdair/command/CmdAbstract.hpp>
12//AirRAC
14
16namespace stdair {
17 class BomRoot;
18}
19
20namespace AIRRAC {
21
25 class YieldParser : public stdair::CmdAbstract {
26 public:
36 static void generateYieldStore (const YieldFilePath&, stdair::BomRoot&);
37 };
38}
39#endif // __AIRRAC_CMD_YIELDPARSER_HPP
Class wrapping the parser entry point.
static void generateYieldStore(const YieldFilePath &, stdair::BomRoot &)
Forward declarations.