1.00.11
C++ Travel Customer Choice Model Library
Loading...
Searching...
No Matches
ChoiceManager.hpp
Go to the documentation of this file.
1
#ifndef __TRAVELCCM_CMD_CHOICEMANAGER_HPP
2
#define __TRAVELCCM_CMD_CHOICEMANAGER_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// StdAir
8
#include <stdair/stdair_service_types.hpp>
9
#include <stdair/bom/TravelSolutionTypes.hpp>
10
#include <stdair/basic/PassengerChoiceModel.hpp>
11
13
namespace
stdair
{
14
struct
BookingRequestStruct;
15
}
16
17
namespace
TRAVELCCM
{
18
22
class
ChoiceManager
{
23
public
:
31
static
const
stdair::TravelSolutionStruct*
32
chooseTravelSolution
(stdair::TravelSolutionList_T&,
33
const
stdair::BookingRequestStruct&,
34
const
stdair::PassengerChoiceModel::EN_PassengerChoiceModel&);
35
};
36
}
37
#endif
// __TRAVELCCM_CMD_CHOICEMANAGER_HPP
TRAVELCCM::ChoiceManager
Definition
ChoiceManager.hpp:22
TRAVELCCM::ChoiceManager::chooseTravelSolution
static const stdair::TravelSolutionStruct * chooseTravelSolution(stdair::TravelSolutionList_T &, const stdair::BookingRequestStruct &, const stdair::PassengerChoiceModel::EN_PassengerChoiceModel &)
Definition
ChoiceManager.cpp:17
TRAVELCCM
Definition
BasConst.cpp:6
stdair
Forward declarations.
Definition
CustomerChoiceModel.hpp:13
Generated on Mon Mar 31 2025 00:00:00 for TravelCCM by
1.13.2