AbstractMatcher::Const common constants.
More...
#include <absmatcher.h>
| const size_t reflex::AbstractMatcher::Const::BLOCK = 4096 |
|
static |
buffer growth factor, buffer is initially 2*BLOCK size
| const int reflex::AbstractMatcher::Const::BOB = 257 |
|
static |
begin of buffer meta-char marker
| const size_t reflex::AbstractMatcher::Const::EMPTY = 0xffff |
|
static |
accept() returns empty last split at end of input
| const int reflex::AbstractMatcher::Const::EOB = EOF |
|
static |
end of buffer meta-char marker
| const Method reflex::AbstractMatcher::Const::FIND = 1 |
|
static |
| const Method reflex::AbstractMatcher::Const::MATCH = 3 |
|
static |
| const int reflex::AbstractMatcher::Const::NUL = '\0' |
|
static |
| const Method reflex::AbstractMatcher::Const::SCAN = 0 |
|
static |
| const Method reflex::AbstractMatcher::Const::SPLIT = 2 |
|
static |
| const int reflex::AbstractMatcher::Const::UNK = 256 |
|
static |
The documentation for this struct was generated from the following file: