1.00.10
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 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
void fromStream(std::istream &ioIn)
Base class for Factory layer.
Class representing the holder of BOM object containers (list and map).
std::list< BOM * > BomList_T
Handle on the StdAir library context.
Base class for the Business Object Model (BOM) layer.
stdair::BomHolderKey Key_T
std::map< const MapKey_T, BOM * > BomMap_T
void toStream(std::ostream &ioOut) const
const std::string describeKey() const
BomHolder(const Key_T &iKey)
BomHolder(const BomHolder &)
std::string toString() const
Utility class for linking StdAir-based objects.