anonymous enum

Regular expression match flags.

Enumerator:
REX_FORWARD 
REX_BACKWARD  Match scanning forward from offset.
REX_NOT_BOL  Match scanning backward from offset.
REX_NOT_EOL  Start of string is NOT begin of line.
REX_NOT_EMPTY  End of string is NOT end of line.

Definition at line 64 of file FXRex.h.

00064      {
00065   REX_FORWARD   = 0,        
00066   REX_BACKWARD  = 32,       
00067   REX_NOT_BOL   = 64,       
00068   REX_NOT_EOL   = 128,      
00069   REX_NOT_EMPTY = 256       
00070   };


(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