reglibcpp
1.0.0
(Naïve) C++ implementation of models for regular languages
|
This is the complete list of members for reg::gnfa, including all inherited members.
bypassTransition(std::string const &qLabel, std::string const &pLabel) | reg::gnfa | |
expression (defined in reg::gnfa) | reg::gnfa | friend |
getAcceptingState() const | reg::gnfa | |
getActiveStates() const | reg::gnfa | |
getInitialState() const | reg::gnfa | |
getSplittableTransitions() const | reg::gnfa | |
getTransition(std::string const &qLabel, std::string const &pLabel) const | reg::gnfa | |
gnfa(nfa const &n) | reg::gnfa | |
gnfa(expression::exptr r) | reg::gnfa | |
gnfa(gnfa const &n) | reg::gnfa | |
gnfa(gnfa &&n) | reg::gnfa | |
operator=(gnfa const &n) | reg::gnfa | |
operator=(gnfa &&n) | reg::gnfa | |
ripAllStates() | reg::gnfa | |
ripState(std::string const &qLabel) | reg::gnfa | |
splitAllTransitions() | reg::gnfa | |
splitTransition(std::string const &qLabel, std::string const &pLabel) | reg::gnfa | |
~gnfa() (defined in reg::gnfa) | reg::gnfa | virtual |