OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
GenericBom.hpp
Go to the documentation of this file.
1#ifndef __OPENTREP_BOM_GENERICBOM_HPP
2#define __OPENTREP_BOM_GENERICBOM_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// STL
8#include <map>
9// OpenTrep
11
12namespace OPENTREP {
13
14 // Forward declarations
15 class BomAbstract;
16
19 typedef std::pair<BomType::EN_BomType, BomAbstract*> GenericBom_T;
20
22 typedef std::map<std::size_t, GenericBom_T> GenericBomList_T;
23
24}
25#endif // __OPENTREP_BOM_GENERICBOM_HPP
Base class for the Business Object Model (BOM) layer.
std::map< std::size_t, GenericBom_T > GenericBomList_T
std::pair< BomType::EN_BomType, BomAbstract * > GenericBom_T