Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1re__pattern__buffer.html
Дата изменения: Unknown
Дата индексирования: Mon Feb 14 23:25:06 2011
Кодировка:
casacore: casa::re_pattern_buffer Struct Reference
Public Attributes

casa::re_pattern_buffer Struct Reference
[Utilities_module]

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

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 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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines