reglibcpp
2.0.0
A 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 &q, std::string const &p) | reg::gnfa | |
getAcceptingState() const | reg::gnfa | |
getActiveStates() const | reg::gnfa | |
getInitialState() const | reg::gnfa | |
getSplittableTransitions() const | reg::gnfa | |
getTransition(std::string const &q, std::string const &p) const | reg::gnfa | |
gnfa(dfa const &d) | 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 nfa const &() const | reg::gnfa | |
operator!=(nfa const &n) const | reg::gnfa | |
operator=(gnfa const &n) | reg::gnfa | |
operator=(gnfa &&n) | reg::gnfa | |
operator==(nfa const &n) const | reg::gnfa | |
ripAllStates() | reg::gnfa | |
ripState(std::string const &q) | reg::gnfa | |
splitAllTransitions() | reg::gnfa | |
splitTransition(std::string const &q, std::string const &p) | reg::gnfa | |
state_pair_vector typedef | reg::gnfa | |
state_vector typedef | reg::gnfa | |
~gnfa() (defined in reg::gnfa) | reg::gnfa | virtual |