1 #ifndef __STDAIR_BOM_BOMHOLDER_HPP 2 #define __STDAIR_BOM_BOMHOLDER_HPP 23 template <
typename BOM>
26 template <
typename>
friend class FacBom;
44 typedef std::map<const MapKey_T, BOM*>
BomMap_T;
120 #endif // __STDAIR_BOM_BOMHOLDER_HPP BomHolder(const Key_T &iKey)
void fromStream(std::istream &ioIn)
void toStream(std::ostream &ioOut) const
std::list< BOM * > BomList_T
const std::string describeKey() const
stdair::BomHolderKey Key_T
Handle on the StdAir library context.
Utility class for linking StdAir-based objects.
std::map< const MapKey_T, BOM * > BomMap_T
Class representing the holder of BOM object containers (list and map).
Base class for the Business Object Model (BOM) layer.
std::string toString() const
Base class for Factory layer.