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
10
#include <
opentrep/bom/BomType.hpp
>
11
12
namespace
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
BomType.hpp
OPENTREP::BomAbstract
Base class for the Business Object Model (BOM) layer.
Definition
BomAbstract.hpp:17
OPENTREP
Definition
BasChronometer.cpp:10
OPENTREP::GenericBomList_T
std::map< std::size_t, GenericBom_T > GenericBomList_T
Definition
GenericBom.hpp:22
OPENTREP::GenericBom_T
std::pair< BomType::EN_BomType, BomAbstract * > GenericBom_T
Definition
GenericBom.hpp:19
Generated on Mon May 5 2025 00:00:00 for OpenTREP by
1.13.2