modelgbp Generated OpFlex Model  1.7.0
RoleEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace relator {
14  struct RoleEnumT {
15  static const uint8_t CONST_RESOLVER = 4;
16  static const uint8_t CONST_SOURCE = 1;
17  static const uint8_t CONST_TARGET = 2;
18  };
19 }
20 }
Definition: RoleEnumT.hpp:14
SOME COPYRIGHT.
Definition: OpcodeEnumT.hpp:12