anonymous enum

Regular expression parse flags.

Enumerator:
REX_NORMAL 
REX_CAPTURE  Normal mode.
REX_ICASE  Perform capturing parentheses.
REX_NEWLINE  Case independent matching.
REX_VERBATIM  Match-any operators match newline too.
REX_SYNTAX  Disable interpretation of magic characters.

Definition at line 53 of file FXRex.h.

00053      {
00054   REX_NORMAL    = 0,        
00055   REX_CAPTURE   = 1,        
00056   REX_ICASE     = 2,        
00057   REX_NEWLINE   = 4,        
00058   REX_VERBATIM  = 8,        
00059   REX_SYNTAX    = 16        
00060   };


(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