Include dependency graph for standard.hh:

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

Namespaces | |
| namespace | vcsn | 
Functions | |
| template<typename A, typename T> | |
| void | standardize (Element< A, T > &a) | 
| Returns a standard automaton associated to the input.   | |
| template<typename A, typename T> | |
| bool | is_standard (const Element< A, T > &a) | 
| Returns true if the input automaton is standard.   | |
| template<typename A, typename T, typename U> | |
| void | union_of_standard_here (Element< A, T > &lhs, const Element< A, U > &rhs) | 
| In-place union of two standard automata.   | |
| template<typename A, typename T, typename U> | |
| Element< A, T > | union_of_standard (const Element< A, T > &lhs, const Element< A, U > &rhs) | 
| Return a fresh union of two standard automata.   | |
| template<typename A, typename T, typename U> | |
| void | concat_of_standard_here (Element< A, T > &lhs, const Element< A, U > &rhs) | 
| In-place concatenation of two standard automata.   | |
| template<typename A, typename T, typename U> | |
| Element< A, T > | concat_of_standard (const Element< A, T > &lhs, const Element< A, U > &rhs) | 
| Return a fresh concatenation of two standard automata.   | |
| template<typename A, typename T> | |
| void | star_of_standard_here (Element< A, T > &a) | 
| In-place star transformation of a standard automata.   | |
| template<typename A, typename T> | |
| Element< A, T > | star_of_standard (const Element< A, T > &a) | 
| Return the fresh star transformation of a standard automata.   | |
This file contains different operations which can be applied on standard automata.
 1.4.1