All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
regeng Struct Reference

#include <regeng.h>

Public Attributes

uint32_t re_id
 
regex_t re_comp
 
char * re_exp
 

Detailed Description

Main regeng structure

The regeng functions accept an array of these structures as input parameters

Member Data Documentation

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


The documentation for this struct was generated from the following file: