23 OnDDate::OnDDate (
const OnDDate& iOnDDate)
24 : _key (iOnDDate.getKey()), _parent (NULL) {
28 OnDDate::OnDDate (
const Key_T& iKey)
29 : _key (iKey), _parent (NULL) {
38 std::ostringstream oStr;
47 assert (lInventory_ptr != NULL);
55 std::ostringstream oStr;
56 for(CabinClassPairList_T::const_iterator itCCP = iCabinClassPairList.begin();
57 itCCP != iCabinClassPairList.end(); ++itCCP) {
58 oStr << itCCP->first <<
":" << itCCP->second <<
";";
60 std::string lCabinClassPath = oStr.str();
61 StringDemandStructMap_T::iterator it =
71 it->second = iYieldDemandPair;
79 CabinForecastMap_T::iterator it =