Generated on Tue Feb 11 2025 17:33:26 for Gecode by doxygen 1.12.0
Gecode::DFA::DFAI::HashEntry Class Reference

Specification of transition range. More...

#include <dfa.hpp>

Public Attributes

int symbol
 Symbol.
 
const Transitionfst
 First transition for the symbol.
 
const Transitionlst
 Last transition for the symbol.
 

Detailed Description

Specification of transition range.

Definition at line 61 of file dfa.hpp.

Member Data Documentation

◆ symbol

int Gecode::DFA::DFAI::HashEntry::symbol

Symbol.

Definition at line 63 of file dfa.hpp.

◆ fst

const Transition* Gecode::DFA::DFAI::HashEntry::fst

First transition for the symbol.

Definition at line 64 of file dfa.hpp.

◆ lst

const Transition* Gecode::DFA::DFAI::HashEntry::lst

Last transition for the symbol.

Definition at line 65 of file dfa.hpp.


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