Go to the documentation of this file.
   25 #include <sys/types.h>  
   29 #define CASE_DEFAULT       REG_ICASE 
   30 #define CASE_SENSITIVE     0 
   31 #define CASE_INSENSITIVE   REG_ICASE 
   48   string         expression      (
void) 
const;
 
   49   void           set_expression  (
const char*);
 
   51   void           set_negativity  (
bool);
 
   52   bool           is_negative     (
void) 
const;
 
   53   int            ccase           (
void) 
const;
 
   55   const regex_t* comp_exp        (
void) 
const;