Flutter Engine
The Flutter Engine
|
#include <DFA.h>
Public Member Functions | |
DFA (std::vector< int > charMappings, std::vector< std::vector< int > > transitions, std::vector< int > accepts) | |
Public Attributes | |
std::vector< int > | fCharMappings |
std::vector< std::vector< int > > | fTransitions |
std::vector< int > | fAccepts |
Tables representing a deterministic finite automaton for matching regular expressions.
|
inline |