1.01.7
C++ Simulated Airline Travel Solution Provider (TSP) Library
TravelSolutionParser.hpp
Go to the documentation of this file.
1
#ifndef __AIRTSP_CMD_TRAVELSOLUTIONPARSER_HPP
2
#define __AIRTSP_CMD_TRAVELSOLUTIONPARSER_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
13
namespace
AIRTSP
{
14
19
class
TravelSolutionParser
:
public
stdair::CmdAbstract {
20
public
:
28
static
bool
parseInputFileAndBuildBom
(
const
stdair::Filename_T&);
29
};
30
}
31
#endif // __AIRTSP_CMD_TRAVELSOLUTIONPARSER_HPP
AIRTSP::TravelSolutionParser
Class filling the TravelSolutionHolder structure (representing a list of classes/travelSolutions) fro...
Definition:
TravelSolutionParser.hpp:19
AIRTSP
Definition:
AIRTSP_Service.hpp:23
AIRTSP::TravelSolutionParser::parseInputFileAndBuildBom
static bool parseInputFileAndBuildBom(const stdair::Filename_T &)
Definition:
TravelSolutionParser.cpp:21
Generated on Sun Aug 9 2020 00:00:00 for AirTSP by
1.8.18