IDZEBRA  2.2.7
Data Fields
DFA_trans Struct Reference

#include <dfa.h>

Data Fields

struct DFA_transnext
 
struct DFA_trantran_block
 
int ptr
 
int size
 

Detailed Description

Definition at line 35 of file dfa.h.

Field Documentation

◆ next

struct DFA_trans* DFA_trans::next

Definition at line 36 of file dfa.h.

Referenced by add_DFA_tran(), init_DFA_states(), and rm_DFA_states().

◆ ptr

int DFA_trans::ptr

Definition at line 38 of file dfa.h.

Referenced by add_DFA_tran(), get_DFA_state(), and init_DFA_states().

◆ size

int DFA_trans::size

Definition at line 39 of file dfa.h.

Referenced by add_DFA_tran(), and init_DFA_states().

◆ tran_block

struct DFA_tran* DFA_trans::tran_block

Definition at line 37 of file dfa.h.

Referenced by add_DFA_tran(), get_DFA_state(), init_DFA_states(), and rm_DFA_states().


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