RMOL Logo  1.00.4
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 
14 namespace RMOL {
15  // Forward declarations.
16  struct HistoricalBookingHolder;
17 
20  class Detruncator {
21  public:
26  const stdair::UnconstrainingMethod&);
27 
28  };
29 }
30 #endif // __RMOL_COMMAND_DETRUNCATOR_HPP
31 
32 
RMOL::HistoricalBookingHolder
Definition: HistoricalBookingHolder.hpp:23
RMOL
Definition: BasConst.cpp:7
RMOL_Types.hpp
RMOL::Detruncator::unconstrain
static void unconstrain(HistoricalBookingHolder &, const stdair::UnconstrainingMethod &)
Definition: Detruncator.cpp:17
RMOL::Detruncator
Definition: Detruncator.hpp:20