modelgbp Generated OpFlex Model  1.7.0
TypeEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace relator {
14  struct TypeEnumT {
15  static const uint8_t CONST_DIRECT_ASSOCIATION = 1;
16  static const uint8_t CONST_DIRECT_DEPENDENCY = 3;
17  static const uint8_t CONST_NAMED_ASSOCIATION = 2;
18  static const uint8_t CONST_NAMED_DEPENDENCY = 4;
19  static const uint8_t CONST_REFERENCE = 8;
20  };
21 }
22 }
Definition: TypeEnumT.hpp:14