AbstractMatcher::Const common constants.
More...
#include <absmatcher.h>
const size_t reflex::AbstractMatcher::Const::BLOCK = 4096 |
|
static |
minimum remaining unused space in the buffer, to prevent excessive shifting
const int reflex::AbstractMatcher::Const::BOB = 257 |
|
static |
begin of buffer meta-char marker
const size_t reflex::AbstractMatcher::Const::BOLSZ = BUFSZ |
|
static |
max begin of line size till match to retain in memory by growing the buffer
const size_t reflex::AbstractMatcher::Const::BUFSZ = (256*1024) |
|
static |
initial buffer size, at least 4096 bytes
const size_t reflex::AbstractMatcher::Const::EMPTY = 0xffffffff |
|
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 size_t reflex::AbstractMatcher::Const::REDO = 0x7fffffff |
|
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 |
unknown/undefined character meta-char marker
The documentation for this struct was generated from the following file: