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.
Definition at line 202 of file cregex.h.
1.6.1