1.00.2
C++ Travel Customer Choice Model Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
PriceOrientedModel.hpp
Go to the documentation of this file.
1
#ifndef __TRAVELCCM_BOM_PRICEORIENTEDMODEL_HPP
2
#define __TRAVELCCM_BOM_PRICEORIENTEDMODEL_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// TravelCCM
8
#include <
travelccm/bom/CustomerChoiceModel.hpp
>
9
10
namespace
TRAVELCCM {
11
15
class
PriceOrientedModel
:
public
CustomerChoiceModel
{
16
17
public
:
25
const
stdair::TravelSolutionStruct*
26
chooseTravelSolution
(stdair::TravelSolutionList_T&,
27
const
stdair::BookingRequestStruct&)
const
;
28
29
public
:
33
PriceOrientedModel
();
34
35
public
:
39
~PriceOrientedModel
();
40
41
private
:
45
static
const
PriceOrientedModel
_priceOrientedModel;
46
};
47
}
48
#endif // __TRAVELCCM_BOM_PRICEORIENTEDMODEL_HPP
TRAVELCCM::PriceOrientedModel::~PriceOrientedModel
~PriceOrientedModel()
Definition:
PriceOrientedModel.cpp:29
TRAVELCCM::PriceOrientedModel::PriceOrientedModel
PriceOrientedModel()
Definition:
PriceOrientedModel.cpp:24
TRAVELCCM::PriceOrientedModel::chooseTravelSolution
const stdair::TravelSolutionStruct * chooseTravelSolution(stdair::TravelSolutionList_T &, const stdair::BookingRequestStruct &) const
Definition:
PriceOrientedModel.cpp:34
TRAVELCCM::PriceOrientedModel
Definition:
PriceOrientedModel.hpp:15
TRAVELCCM::CustomerChoiceModel
Definition:
CustomerChoiceModel.hpp:22
CustomerChoiceModel.hpp
Generated on Sun Jan 24 2016 00:37:25 for TravelCCM by
1.8.5