RMOL Logo  1.00.0
C++ library of Revenue Management and Optimisation classes and functions
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
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