23 OnDDate::OnDDate (
const OnDDate& iOnDDate)
24 : _key (iOnDDate.getKey()), _parent (NULL) {
29 OnDDate::OnDDate (
const Key_T& iKey)
30 : _key (iKey), _parent (NULL) {
39 std::ostringstream oStr;
48 assert (lInventory_ptr != NULL);
56 std::ostringstream oStr;
57 for(CabinClassPairList_T::const_iterator itCCP = iCabinClassPairList.begin();
58 itCCP != iCabinClassPairList.end(); ++itCCP) {
59 oStr << itCCP->first <<
":" << itCCP->second <<
";";
61 std::string lCabinClassPath = oStr.str();
62 StringDemandStructMap_T::iterator it =
72 it->second = iYieldDemandPair;
80 CabinForecastMap_T::iterator it =