Public Member Functions | |
ListChooser (const std::list< hstate_t > &l) | |
template<class Auto_> | |
hstate_t | operator() (const Auto_ &) |
This chooser is built using a std::list<hstate_t>. It returns the states of the automaton with the same order as in the list.
Definition at line 278 of file aut_to_exp.hxx.