21 BookingClass::BookingClass (
const BookingClass&)
27 BookingClass::BookingClass (
const Key_T& iKey)
28 : _key (iKey), _parent (NULL), _cumulatedProtection (0.0),
29 _protection (0.0), _cumulatedBookingLimit (0.0), _au (0.0), _nego (0.0),
30 _noShowPercentage (0.0), _cancellationPercentage (0.0),
31 _nbOfBookings (0.0), _groupNbOfBookings (0.0),
32 _groupPendingNbOfBookings (0.0), _staffNbOfBookings (0.0),
33 _wlNbOfBookings (0.0), _nbOfCancellations (0.), _etb (0.0),
34 _netClassAvailability (0.0), _segmentAvailability (0.0),
35 _netRevenueAvailability (0.0), _yield (0.0), _mean (0.0), _stdDev (0.0) {
44 std::ostringstream oStr;
65 for (
int i = 0; i < K; ++i) {
78 for (
int i = 0; i < K; ++i) {