casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
casa::re_pattern_buffer Struct Reference

This data structure is used to represent a compiled pattern. More...

#include <cregex.h>

List of all members.

Public Attributes

char * buffer
long allocated
long used
char * fastmap
char * translate
char fastmap_accurate
char can_be_null

Detailed Description

This data structure is used to represent a compiled pattern.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25
<h3>Synopsis</h3>
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.


Member Data Documentation

Definition at line 205 of file cregex.h.

Definition at line 204 of file cregex.h.

Definition at line 217 of file cregex.h.

Definition at line 207 of file cregex.h.

Definition at line 214 of file cregex.h.

Definition at line 210 of file cregex.h.

Definition at line 206 of file cregex.h.


The documentation for this struct was generated from the following file: