OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
BomType.hpp
Go to the documentation of this file.
1#ifndef __OPENTREP_BOM_BOMTYPE_HPP
2#define __OPENTREP_BOM_BOMTYPE_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// STL
8#include <string>
9
10namespace OPENTREP {
11
13 struct BomType {
14 public:
25
27 static const std::string& getLabel (const EN_BomType&);
28
29 private:
31 static const std::string _labels[LAST_VALUE];
32 };
33
34}
35#endif // __OPENTREP_BOM_BOMTYPE_HPP
static const std::string & getLabel(const EN_BomType &)
Definition BomType.cpp:16