Include dependency graph for closure.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<typename A, typename T> | |
void | vcsn::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 > | vcsn::closure (const Element< A, T > &a, bool bck=true) |
Closure of an automaton (default is backward closure). | |
template<typename A, typename T> | |
void | vcsn::backward_closure_here (Element< A, T > &a) |
In place backward closure of an automaton. | |
template<typename A, typename T> | |
Element< A, T > | vcsn::backward_closure (const Element< A, T > &a) |
Backward closure of an automaton. | |
template<typename A, typename T> | |
void | vcsn::forward_closure_here (Element< A, T > &a) |
In place forward closure of an automaton. | |
template<typename A, typename T> | |
Element< A, T > | vcsn::forward_closure (const Element< A, T > &a) |
Forward closure of an automaton. |
Definition in file closure.hh.