1.01.17
C++ Simulated Airline Travel Solution Provider (TSP) Library
Toggle main menu visibility
Loading...
Searching...
No Matches
OnDParser.hpp
Go to the documentation of this file.
1
#ifndef __AIRTSP_CMD_ONDPARSER_HPP
2
#define __AIRTSP_CMD_ONDPARSER_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
// StdAir
10
#include <stdair/stdair_basic_types.hpp>
11
#include <stdair/stdair_file.hpp>
12
#include <stdair/command/CmdAbstract.hpp>
13
15
namespace
stdair
{
16
class
BomRoot;
17
}
18
19
namespace
AIRTSP
{
20
24
class
OnDParser
:
public
stdair::CmdAbstract {
25
public
:
32
static
void
generateOnDPeriods
(
const
stdair::ODFilePath&,
33
stdair::BomRoot&);
34
};
35
36
}
37
#endif
// __AIRTSP_CMD_ONDPARSER_HPP
AIRTSP::OnDParser
Class wrapping the parser entry point.
Definition
OnDParser.hpp:24
AIRTSP::OnDParser::generateOnDPeriods
static void generateOnDPeriods(const stdair::ODFilePath &, stdair::BomRoot &)
Definition
OnDParser.cpp:17
AIRTSP
Definition
AIRTSP_Service.hpp:23
stdair
Forward declarations.
Definition
AIRTSP_Service.hpp:14
Generated on
for AirTSP by
1.17.0