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