1.00.0
C++ library of Revenue Management and Optimisation classes and functions
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
:
25
static
void
unconstrain
(
HistoricalBookingHolder
&,
26
const
stdair::UnconstrainingMethod&);
27
28
};
29
}
30
#endif // __RMOL_COMMAND_DETRUNCATOR_HPP
31
32
Generated on Tue Dec 25 2012 17:52:21 for RMOL by
1.8.1.1