Regular expression error codes.

Enumerator:
REGERR_OK 
REGERR_EMPTY 
REGERR_PAREN  Empty pattern.
REGERR_BRACK  Unmatched parenthesis.
REGERR_BRACE  Unmatched bracket.
REGERR_RANGE  Unmatched brace.
REGERR_ESC  Bad character range.
REGERR_COUNT  Bad escape sequence.
REGERR_NOATOM  Bad counted repeat.
REGERR_REPEAT  No atom preceding repetition.
REGERR_BACKREF  Repeat following repeat.
REGERR_CLASS  Bad backward reference.
REGERR_COMPLEX  Bad character class.
REGERR_MEMORY  Expression too complex.
REGERR_TOKEN  Illegal token.

Definition at line 33 of file FXRex.h.

00033                 {
00034   REGERR_OK,
00035   REGERR_EMPTY,             
00036   REGERR_PAREN,             
00037   REGERR_BRACK,             
00038   REGERR_BRACE,             
00039   REGERR_RANGE,             
00040   REGERR_ESC,               
00041   REGERR_COUNT,             
00042   REGERR_NOATOM,            
00043   REGERR_REPEAT,            
00044   REGERR_BACKREF,           
00045   REGERR_CLASS,             
00046   REGERR_COMPLEX,           
00047   REGERR_MEMORY,            
00048   REGERR_TOKEN              
00049   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:46 2009 for TnFOX by doxygen v1.4.7