GNUnet 0.21.0
REGEX_INTERNAL_StateSet_MDLL Struct Reference

Set of states using MDLL API. More...

Collaboration diagram for REGEX_INTERNAL_StateSet_MDLL:
[legend]

Data Fields

struct REGEX_INTERNAL_Statehead
 MDLL of states. More...
 
struct REGEX_INTERNAL_Statetail
 MDLL of states. More...
 
unsigned int len
 Length of the MDLL. More...
 

Detailed Description

Set of states using MDLL API.

Definition at line 42 of file regex_internal.c.

Field Documentation

◆ head

struct REGEX_INTERNAL_State* REGEX_INTERNAL_StateSet_MDLL::head

MDLL of states.

Definition at line 47 of file regex_internal.c.

Referenced by nfa_closure_set_create().

◆ tail

struct REGEX_INTERNAL_State* REGEX_INTERNAL_StateSet_MDLL::tail

MDLL of states.

Definition at line 52 of file regex_internal.c.

Referenced by nfa_closure_set_create().

◆ len

unsigned int REGEX_INTERNAL_StateSet_MDLL::len

Length of the MDLL.

Definition at line 57 of file regex_internal.c.

Referenced by nfa_closure_set_create().


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