1 #ifndef __OPENTREP_BOM_PLACELIST_HPP 2 #define __OPENTREP_BOM_PLACELIST_HPP 20 typedef std::multimap<std::string, Place*>
PlaceList_T;
24 #endif // __OPENTREP_BOM_PLACELIST_HPP std::multimap< std::string, Place * > PlaceList_T
Class modelling a place/POR (point of reference).
std::list< Place * > PlaceOrderedList_T