1.00.1
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
FRAT5Parser.hpp
Go to the documentation of this file.
1
#ifndef __AIRINV_CMD_FRAT5PARSER_HPP
2
#define __AIRINV_CMD_FRAT5PARSER_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <stdair/stdair_basic_types.hpp>
9
#include <stdair/stdair_file.hpp>
10
#include <stdair/command/CmdAbstract.hpp>
11
13
namespace
stdair
{
14
class
BomRoot;
15
}
16
17
namespace
AIRINV
{
18
22
class
FRAT5Parser
:
public
stdair::CmdAbstract {
23
public
:
32
static
void
parse
(
const
stdair::FRAT5FilePath& iFRAT5InputFilename,
33
stdair::BomRoot&);
34
};
35
}
36
#endif // __AIRINV_CMD_FRAT5PARSER_HPP
AIRINV::FRAT5Parser::parse
static void parse(const stdair::FRAT5FilePath &iFRAT5InputFilename, stdair::BomRoot &)
Definition:
FRAT5Parser.cpp:20
AIRINV::FRAT5Parser
Class wrapping the parser entry point.
Definition:
FRAT5Parser.hpp:22
AIRINV
Definition:
AIRINV_Master_Service.hpp:38
stdair
Forward declarations.
Definition:
AIRINV_Master_Service.hpp:25
Generated on Tue Jun 16 2015 01:10:59 for AirInv by
1.8.9.1