casa
5.7.0-16
|
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.
This data structure is used to represent a compiled pattern. It is used by the regular expression functions in cregex.cc.