NEURON
regexp Struct Reference

#include <regexp.h>

Public Attributes

char * startp [NSUBEXP]
 
char * endp [NSUBEXP]
 
char * textStart
 
char regstart
 
char reganch
 
char * regmust
 
int regmlen
 
char program [1]
 

Detailed Description

Definition at line 44 of file regexp.h.

Member Data Documentation

◆ endp

char* regexp::endp[NSUBEXP]

Definition at line 46 of file regexp.h.

◆ program

char regexp::program[1]

Definition at line 52 of file regexp.h.

◆ reganch

char regexp::reganch

Definition at line 49 of file regexp.h.

◆ regmlen

int regexp::regmlen

Definition at line 51 of file regexp.h.

◆ regmust

char* regexp::regmust

Definition at line 50 of file regexp.h.

◆ regstart

char regexp::regstart

Definition at line 48 of file regexp.h.

◆ startp

char* regexp::startp[NSUBEXP]

Definition at line 45 of file regexp.h.

◆ textStart

char* regexp::textStart

Definition at line 47 of file regexp.h.


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