search_RegE_list_t Struct Reference

#include <regexp.h>


Detailed Description

Structure used for Dic_search_RegE
this structure is used to explicit letters list that will be matched against special tokens in the regular expression search.

Definition at line 85 of file regexp.h.

Data Fields

int minlength
 maximum length for results
int maxlength
 maximum length for results
char symbl [DIC_SEARCH_REGE_LIST]
 special symbol associated with the list
int valid [DIC_SEARCH_REGE_LIST]
 0 or 1 if list is valid
char letters [DIC_SEARCH_REGE_LIST][DIC_LETTERS]
 0 or 1 if letter is present in the list


Field Documentation

char search_RegE_list_t::letters[DIC_SEARCH_REGE_LIST][DIC_LETTERS]
 

0 or 1 if letter is present in the list

Definition at line 95 of file regexp.h.

Referenced by s_automaton_successor().

int search_RegE_list_t::maxlength
 

maximum length for results

Definition at line 89 of file regexp.h.

Referenced by PRegExp::compute_enter(), and Dic_search_RegE().

int search_RegE_list_t::minlength
 

maximum length for results

Definition at line 87 of file regexp.h.

Referenced by PRegExp::compute_enter(), and Dic_search_RegE().

char search_RegE_list_t::symbl[DIC_SEARCH_REGE_LIST]
 

special symbol associated with the list

Definition at line 91 of file regexp.h.

Referenced by s_automaton_successor().

int search_RegE_list_t::valid[DIC_SEARCH_REGE_LIST]
 

0 or 1 if list is valid

Definition at line 93 of file regexp.h.

Referenced by s_automaton_successor().


The documentation for this struct was generated from the following file:
Generated on Thu Dec 29 02:01:15 2005 for Eliot by  doxygen 1.4.5