GNUnet 0.21.1
REGEX_INTERNAL_StateSet Struct Reference

Set of states. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/regex/regex_internal.h>

Collaboration diagram for REGEX_INTERNAL_StateSet:
[legend]

Data Fields

struct REGEX_INTERNAL_State ** states
 Array of states. More...
 
unsigned int off
 Number of entries in use in the 'states' array. More...
 
unsigned int size
 Length of the 'states' array. More...
 

Detailed Description

Set of states.

Definition at line 94 of file regex_internal.h.

Field Documentation

◆ states

struct REGEX_INTERNAL_State** REGEX_INTERNAL_StateSet::states

◆ off

unsigned int REGEX_INTERNAL_StateSet::off

Number of entries in use in the 'states' array.

Definition at line 104 of file regex_internal.h.

Referenced by dfa_state_create(), evaluate_nfa(), nfa_closure_set_create(), state_set_append(), state_set_clear(), and state_set_compare().

◆ size

unsigned int REGEX_INTERNAL_StateSet::size

Length of the 'states' array.

Definition at line 109 of file regex_internal.h.

Referenced by state_set_append(), and state_set_clear().


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