1 #ifndef __OPENTREP_BOM_GENERICBOM_HPP
2 #define __OPENTREP_BOM_GENERICBOM_HPP
19 typedef std::pair<BomType::EN_BomType, BomAbstract*>
GenericBom_T;
25 #endif // __OPENTREP_BOM_GENERICBOM_HPP
std::pair< BomType::EN_BomType, BomAbstract * > GenericBom_T
std::map< std::size_t, GenericBom_T > GenericBomList_T
Base class for the Business Object Model (BOM) layer.