1.01.11
C++ Simulated Airline Travel Solution Provider (TSP) Library
Loading...
Searching...
No Matches
ScheduleParser.hpp
Go to the documentation of this file.
1
#ifndef __AIRTSP_CMD_SCHEDULEPARSER_HPP
2
#define __AIRTSP_CMD_SCHEDULEPARSER_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
#include <stdair/stdair_file.hpp>
13
14
// Forward declarations.
15
namespace
stdair
{
16
class
BomRoot;
17
}
18
19
namespace
AIRTSP
{
20
22
class
ScheduleParser
:
public
stdair::CmdAbstract {
23
public
:
29
static
void
generateInventories
(
const
stdair::ScheduleFilePath&,
30
stdair::BomRoot&);
31
};
32
}
33
#endif
// __AIRTSP_CMD_SCHEDULEPARSER_HPP
AIRTSP::ScheduleParser
Definition
ScheduleParser.hpp:22
AIRTSP::ScheduleParser::generateInventories
static void generateInventories(const stdair::ScheduleFilePath &, stdair::BomRoot &)
Definition
ScheduleParser.cpp:20
AIRTSP
Definition
AIRTSP_Service.hpp:23
stdair
Forward declarations.
Definition
AIRTSP_Service.hpp:14
Generated on Sat Mar 23 2024 00:00:00 for AirTSP by
1.10.0