Документ взят из кэша поисковой машины. Адрес
оригинального документа
: 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 Кодировка: Поисковые слова: earth's atmosphere |
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.