reglibcpp
1.3.0
(Naïve) C++ implementation of models for regular languages
|
This is the complete list of members for reg::nfa::pImpl, including all inherited members.
accepting | reg::nfa::pImpl | |
alphabet | reg::nfa::pImpl | |
epsClosures | reg::nfa::pImpl | mutable |
equivalent | reg::nfa::pImpl | |
getEquivalentDfa(nfa const *owner) | reg::nfa::pImpl | inline |
labels | reg::nfa::pImpl | |
pImpl() | reg::nfa::pImpl | inline |
pImpl(vector< char32_t > &alphabet, vector< vector< valarray< bool >>> &transitions, vector< string > &labels, valarray< bool > &acceptingStates) | reg::nfa::pImpl | inline |
transitions | reg::nfa::pImpl | |
utf8Alphabet | reg::nfa::pImpl |