casa::re_pattern_buffer Struct Reference
[Utilities]

#include <cregex.h>

List of all members.


Detailed Description

This data structure is used to represent a compiled pattern.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

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


Member Data Documentation

char* casa::re_pattern_buffer::buffer

Definition at line 201 of file cregex.h.

long casa::re_pattern_buffer::allocated

Definition at line 202 of file cregex.h.

long casa::re_pattern_buffer::used

Definition at line 203 of file cregex.h.

char* casa::re_pattern_buffer::fastmap

Definition at line 204 of file cregex.h.

char* casa::re_pattern_buffer::translate

Definition at line 207 of file cregex.h.

char casa::re_pattern_buffer::fastmap_accurate

Definition at line 211 of file cregex.h.

char casa::re_pattern_buffer::can_be_null

Definition at line 214 of file cregex.h.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 1 22:44:26 2008 for NRAOCASA by  doxygen 1.5.1