src
extop.h
Go to the documentation of this file.
1 #ifndef _RE2C_PARSE_EXTOP_
2 #define _RE2C_PARSE_EXTOP_
3 
4 #include "src/util/c99_stdint.h"
5 
6 namespace re2c
7 {
8 
9 struct ExtOp
10 {
11  uint32_t min;
12  uint32_t max;
13 };
14 
15 } // end namespace re2c
16 
17 #endif // _RE2C_PARSE_EXTOP_
uint32_t max
Definition: extop.h:12
uint32_t min
Definition: extop.h:11
Definition: bitmap.cc:10