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;
std::pair< BomType::EN_BomType, BomAbstract * > GenericBom_T
GenericBom_T getGenericBom(const XapianDocID_T &iDocID) const
std::string describeShortKey() const
std::string describeKey() const
Class modelling a place/POR (point of reference).
void fromStream(std::istream &)
void toStream(std::ostream &) const
std::string display() const
Base class for the Business Object Model (BOM) layer.
std::string display() const
std::string toString() const
std::string shortDisplay() const