Vcsn
2.4
Be Rational
|
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/fwd.hh>
#include <vcsn/algos/strip.hh>
#include <vcsn/core/automaton-decorator.hh>
#include <vcsn/core/rat/expression.hh>
#include <vcsn/core/rat/expressionset.hh>
#include <vcsn/ctx/context.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/misc/attributes.hh>
Go to the source code of this file.
Classes | |
class | vcsn::detail::transpose_automaton_impl< Aut > |
Read-write view on an automaton, that transposes everything. More... | |
struct | vcsn::detail::transpose_automaton_impl< Aut >::fresh_impl_< Fresh > |
The transpose of a fresh non-transposed automaton. More... | |
struct | vcsn::detail::transpose_automaton_impl< Aut >::fresh_impl_< transpose_automaton< Fresh > > |
The transpose of a fresh transposed automaton: the fresh type. More... | |
Namespaces | |
vcsn | |
vcsn::detail | |
vcsn::dyn | |
vcsn::dyn::detail | |
Macros | |
#define | DEFINE(Signature, Value) |
#define | DEFINE(Signature, Value) |
#define | DEFINE(Signature, Value) |
Functions | |
template<Automaton Aut> | |
Aut | vcsn::transpose (const transpose_automaton< Aut > &aut) |
The transpose of a transpose automaton is the original automaton. More... | |
template<Automaton Aut> | |
transpose_automaton< Aut > | vcsn::transpose (Aut aut) |
Transpose of an automaton. More... | |
template<Automaton Aut> | |
automaton | vcsn::dyn::detail::transpose (automaton &aut) |
Bridge. More... | |
template<typename ExpSet > | |
expression | vcsn::dyn::detail::transpose_expression (const expression &exp) |
Bridge (transpose). More... | |
template<typename ExpSet > | |
expression | vcsn::dyn::detail::transposition_expression (const expression &exp) |
Bridge (transposition). More... | |
#define DEFINE | ( | Signature, | |
Value | |||
) |
Definition at line 234 of file transpose.hh.
#define DEFINE | ( | Signature, | |
Value | |||
) |
Definition at line 234 of file transpose.hh.
#define DEFINE | ( | Signature, | |
Value | |||
) |
Definition at line 234 of file transpose.hh.