Include dependency graph for cut_up.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
Functions | |
| template<class S, class T> | |
| bool | is_cut_up (const Element< S, T > &a) |
| Check if labels are series with one element. | |
| template<class S, class T> | |
| Element< S, T > | cut_up (const Element< S, T > &a) |
| Transform an automaton labeled with series to an automaton where all labels are series with one and only one element. | |
| template<class S, class T> | |
| void | cut_up (const Element< S, T > &a, Element< S, T > &res) |
| Transform an automaton labeled with series to an automaton where all labels are series with one and only one element. | |
| template<class S, class T> | |
| void | cut_up_here (Element< S, T > &a) |
| Transform an automaton labeled with series to an automaton where all labels are series with one and only one element. | |
Definition in file cut_up.hh.
1.5.2