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