|
reglibcpp
2.0.0
A C++ implementation of models for regular languages
|
This is the complete list of members for reg::gnfa::impl, including all inherited members.
| accepting | reg::gnfa::impl | |
| addTransition(string const &qLabel, string const &pLabel, expression::exptr re, bool optimized=true, bool aggressive=false) | reg::gnfa::impl | inline |
| equivalent | reg::gnfa::impl | mutable |
| generateState(char prefix='q', char suffix='\0') | reg::gnfa::impl | inline |
| getTransition(string const &qLabel, string const &pLabel) const | reg::gnfa::impl | inline |
| impl() | reg::gnfa::impl | inline |
| impl(unordered_map< string, unordered_map< string, expression::exptr >> &transitionMap, string const &initialState, forward_list< reference_wrapper< string const >> &acceptingStates, nfa const *eq) | reg::gnfa::impl | inline |
| initial | reg::gnfa::impl | |
| transitions | reg::gnfa::impl |
1.8.14