Go to the source code of this file.
Macros | |
#define | SCAN 0xf0000000 |
#define | EPSILON 0x10000000 |
#define | NOT 0x20000000 |
#define | ANY 0x40000000 |
#define | SET 0x80000000 |
#define | EOP 0x00000000 |
Enumerations | |
enum | RE_ERROR { E_UNEXPECTED_SYMBOL = 1 , E_MISSING_PAREN_CLOSE , E_ILLEGAL_SET , E_UNEXPECTED_EOP , E_ILLEGAL_NUMBER , E_ILLEGAL_SYMBOLIC_NAME } |
#define ANY 0x40000000 |
Definition at line 47 of file regexp.hpp.
#define EOP 0x00000000 |
Definition at line 49 of file regexp.hpp.
#define EPSILON 0x10000000 |
Definition at line 45 of file regexp.hpp.
#define NOT 0x20000000 |
Definition at line 46 of file regexp.hpp.
#define SCAN 0xf0000000 |
Definition at line 44 of file regexp.hpp.
#define SET 0x80000000 |
Definition at line 48 of file regexp.hpp.
enum RE_ERROR |
Enumerator | |
---|---|
E_UNEXPECTED_SYMBOL | |
E_MISSING_PAREN_CLOSE | |
E_ILLEGAL_SET | |
E_UNEXPECTED_EOP | |
E_ILLEGAL_NUMBER | |
E_ILLEGAL_SYMBOLIC_NAME |
Definition at line 52 of file regexp.hpp.