reglibcpp  1.0.0
(Naïve) C++ implementation of models for regular languages
reg::gnfa Member List

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::gnfafriend
getAcceptingState() constreg::gnfa
getActiveStates() constreg::gnfa
getInitialState() constreg::gnfa
getSplittableTransitions() constreg::gnfa
getTransition(std::string const &qLabel, std::string const &pLabel) constreg::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::gnfavirtual