20 World::World (
const World& iWorld) {
29 std::ostringstream oStr;
54 std::ostringstream oStr;
61 std::ostringstream oStr;
65 for (PlaceOrderedList_T::const_iterator itPlace = _placeOrderedList.begin();
66 itPlace != _placeOrderedList.end(); ++itPlace) {
67 const Place* lPlace_ptr = *itPlace;
68 assert (lPlace_ptr != NULL);
81 GenericBomList_T::const_iterator itBom = _genericBomList.find (iDocID);
82 if (itBom != _genericBomList.end()) {
84 oBomType = lGenericBom.first;
85 oBom_ptr = lGenericBom.second;