1.00.1
C++ Simulated Fare Quote System Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
FareParser.hpp
Go to the documentation of this file.
1
#ifndef __SIMFQT_CMD_FAREPARSER_HPP
2
#define __SIMFQT_CMD_FAREPARSER_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
// SimFQT
13
#include <
simfqt/SIMFQT_Types.hpp
>
14
15
// Forward declarations.
16
namespace
stdair {
17
class
BomRoot;
18
}
19
20
namespace
SIMFQT {
21
23
class
FareParser
:
public
stdair::CmdAbstract {
24
public
:
30
static
void
fareRuleGeneration
(
const
FareFilePath
&, stdair::BomRoot&);
31
};
32
}
33
#endif // __SIMFQT_CMD_FAREPARSER_HPP
SIMFQT::FareParser::fareRuleGeneration
static void fareRuleGeneration(const FareFilePath &, stdair::BomRoot &)
Definition:
FareParser.cpp:17
SIMFQT::FareFilePath
Definition:
SIMFQT_Types.hpp:130
SIMFQT_Types.hpp
SIMFQT::FareParser
Definition:
FareParser.hpp:23
Generated on Sun Dec 31 2017 05:16:27 for SimFQT by
1.8.5