Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
NFA::DFAState Struct Reference

Public Member Functions

 DFAState ()
 

Public Attributes

StateIndex nextStateByChar [256]
 

Detailed Description

Definition at line 78 of file NFA.cpp.

Constructor & Destructor Documentation

◆ DFAState()

NFA::DFAState::DFAState ( )
inline

Definition at line 81 of file NFA.cpp.

82 {
83 for(Uptr charIndex = 0;charIndex < 256;++charIndex)
84 {
86 }
87 }
PointerIntHelper< sizeof(size_t)>::UnsignedIntType Uptr
Definition BasicTypes.h:22
@ edgeDoesntConsumeInputFlag
Definition NFA.h:18
@ unmatchedCharacterTerminal
Definition NFA.h:19
StateIndex nextStateByChar[256]
Definition NFA.cpp:80

Member Data Documentation

◆ nextStateByChar

StateIndex NFA::DFAState::nextStateByChar[256]

Definition at line 80 of file NFA.cpp.


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