casa
$Rev:20696$
|
This data structure is used to represent a compiled pattern. More...
#include <cregex.h>
Public Attributes | |
char * | buffer |
long | allocated |
long | used |
char * | fastmap |
char * | translate |
char | fastmap_accurate |
char | can_be_null |
This data structure is used to represent a compiled pattern.
<h3>Synopsis</h3> This data structure is used to represent a compiled pattern. It is used by the regular expression functions in cregex.cc.