src
Main Page
Namespaces
Classes
Files
File List
File Members
parse
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_
re2c::ExtOp::max
uint32_t max
Definition:
extop.h:12
re2c::ExtOp
Definition:
extop.h:9
c99_stdint.h
re2c::ExtOp::min
uint32_t min
Definition:
extop.h:11
re2c
Definition:
bitmap.cc:10
Generated by
1.8.10