Common constants.
More...
#include <pattern.h>
const Accept reflex::Pattern::Const::AMAX = 0xFDFFFF |
|
static |
const Index reflex::Pattern::Const::GMAX = 0xFEFFFF |
|
static |
const Index reflex::Pattern::Const::HALT = 0xFFFF |
|
static |
HALT marker for GOTO opcodes, must be 16 bit max.
const Hash reflex::Pattern::Const::HASH = 0x1000 |
|
static |
size of the predict match array
const Index reflex::Pattern::Const::IMAX = 0xFFFFFFFF |
|
static |
max index, also serves as a marker
const Index reflex::Pattern::Const::LMAX = 0xFAFFFF |
|
static |
const Index reflex::Pattern::Const::LONG = 0xFFFE |
|
static |
LONG marker for 64 bit opcodes, must be HALT-1.
The documentation for this struct was generated from the following file: