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

This is the complete list of members for reg::gnfa::pImpl, including all inherited members.

acceptingreg::gnfa::pImpl
addTransition(string const &qLabel, string const &pLabel, expression::exptr re, bool optimized=true, bool aggressive=false)reg::gnfa::pImplinline
generateState(char prefix='q', char suffix='\0')reg::gnfa::pImplinline
getTransition(string const &qLabel, string const &pLabel) constreg::gnfa::pImplinline
initialreg::gnfa::pImpl
pImpl()reg::gnfa::pImplinline
pImpl(unordered_map< string, unordered_map< string, expression::exptr >> &transitionMap, string const &initialState, forward_list< reference_wrapper< string const >> &acceptingStates)reg::gnfa::pImplinline
transitionsreg::gnfa::pImpl