modelgbp Generated OpFlex Model  1.7.0
StringMatchTypeEnumT.hpp
1 
10 #include <boost/cstdint.hpp>
11 #include <cstddef>
12 namespace modelgbp {
13 namespace ascii {
15  static const uint8_t CONST_CONTAINS = 1;
16  static const uint8_t CONST_ENDSWITH = 3;
17  static const uint8_t CONST_EQUALS = 0;
18  static const uint8_t CONST_STARTSWITH = 2;
19  };
20 }
21 }
Definition: StringMatchTypeEnumT.hpp:14