#include <regeng.h>
Public Attributes | |
uint32_t | re_id |
regex_t | re_comp |
char * | re_exp |
Main regeng structure
The regeng functions accept an array of these structures as input parameters
regex_t regeng::re_comp |
Compiled regular expression, this is initialized by re_init() from re_exp
char* regeng::re_exp |
Regular expression string
uint32_t regeng::re_id |
Regular expression ID, this is mainly useful for the callback function