This file holds the declaration of the flatten() algorithm. More...
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
The main namespace of the Vaucanson library. | |
Functions | |
template<class Series , class T > | |
std::list< typename Series::monoid_t::alphabet_t::letter_t > | flatten (const Element< Series, T > &exp) |
This algorithm extracts the letters from a rational expression. |
This file holds the declaration of the flatten() algorithm.
This is the header file for the flatten algorithm. This algorithm extracts the letters from a rational expression and store them in a list.
Definition in file krat_exp_flatten.hh.