RMOL Logo  1.00.8
C++ library of Revenue Management and Optimisation classes and functions
Detruncator.hpp
Go to the documentation of this file.
1#ifndef __RMOL_COMMAND_DETRUNCATOR_HPP
2#define __RMOL_COMMAND_DETRUNCATOR_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// StdAir
8#include <stdair/stdair_inventory_types.hpp>
9#include <stdair/basic/UnconstrainingMethod.hpp>
10// RMOL
11#include <rmol/RMOL_Types.hpp>
12
13
14namespace RMOL {
15 // Forward declarations.
16 struct HistoricalBookingHolder;
17
21 public:
26 const stdair::UnconstrainingMethod&);
27
28 };
29}
30#endif // __RMOL_COMMAND_DETRUNCATOR_HPP
31
32
Definition: BasConst.cpp:7
static void unconstrain(HistoricalBookingHolder &, const stdair::UnconstrainingMethod &)
Definition: Detruncator.cpp:17