Vcsn
2.2
Be Rational
|
#include <vcsn/algos/constant-term.hh>
#include <vcsn/core/mutable-automaton.hh>
#include <vcsn/core/rat/visitor.hh>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/expression.hh>
#include <vcsn/labelset/labelset.hh>
#include <vcsn/misc/getargs.hh>
#include <vcsn/misc/raise.hh>
Go to the source code of this file.
Classes | |
class | vcsn::rat::zpc_visitor< Aut, ExpSet > |
Build a ZPC automaton from an expression. More... | |
Namespaces | |
vcsn | |
vcsn::rat | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<Automaton Aut, typename ExpSet > | |
Aut | vcsn::zpc (const context_t_of< Aut > &ctx, const ExpSet &rs, const typename ExpSet::value_t &r, const std::string &algo="auto") |
Build a ZPC automaton from an expression. More... | |
template<typename ExpSet , typename String > | |
automaton | vcsn::dyn::detail::zpc (const expression &exp, const std::string &algo) |
Bridge. More... | |