Include dependency graph for closure.hh:

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

Namespaces | |
| namespace | vcsn | 
Functions | |
| template<typename A, typename T> | |
| void | closure_here (Element< A, T > &a, bool bck=true) | 
| In place closure of an automaton (default is backward closure).   | |
| template<typename A, typename T> | |
| Element< A, T > | closure (const Element< A, T > &a, bool bck=true) | 
| Closure of an automaton (default is backward closure).   | |
| template<typename A, typename T> | |
| void | backward_closure_here (Element< A, T > &a) | 
| In place backward closure of an automaton.   | |
| template<typename A, typename T> | |
| Element< A, T > | backward_closure (const Element< A, T > &a) | 
| Backward closure of an automaton.   | |
| template<typename A, typename T> | |
| void | forward_closure_here (Element< A, T > &a) | 
| In place forward closure of an automaton.   | |
| template<typename A, typename T> | |
| Element< A, T > | forward_closure (const Element< A, T > &a) | 
| Forward closure of an automaton.   | |
 1.4.1