#include <cregex.h>
This data structure is used to represent a compiled pattern. It is used by the regular expression functions in cregex.cc.
Definition at line 199 of file cregex.h.
Public Attributes | |
| char * | buffer |
| long | allocated |
| long | used |
| char * | fastmap |
| char * | translate |
| char | fastmap_accurate |
| char | can_be_null |
1.5.1