modelgbp Generated OpFlex Model  1.7.0
IntraGroupPolicyEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace gbp {
15  static const uint8_t CONST_ALLOW = 0;
16  static const uint8_t CONST_DENY = 2;
17  static const uint8_t CONST_REQUIRE_CONTRACT = 1;
18  };
19 }
20 }
Definition: IntraGroupPolicyEnumT.hpp:14