modelgbp Generated OpFlex Model 1.7.0
TypeEnumT.hpp
1
10#include <boost/cstdint.hpp>
11#include <cstddef>
12namespace modelgbp {
13namespace 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}
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12
Definition TypeEnumT.hpp:14