1 #define BUILD_LIBVCSN 1
2 #define VCSN_INSTANTIATION 1
39 vcsn::ssignature<t0_t>(),
40 vcsn::dyn::detail::delay_automaton<t0_t>
51 vcsn::letterset<vcsn::set_alphabet<vcsn::char_letters>>
61 vcsn::ssignature<t1_t>(),
62 vcsn::dyn::detail::is_synchronized<t1_t>
std::shared_ptr< detail::delay_automaton_impl< Aut >> delay_automaton
An automaton wrapper that presents the delay automaton.
static bool delay_automaton ATTRIBUTE_USED
bool delay_automaton_register(const signature &sig, delay_automaton_t fn)
bool is_synchronized(const Aut &aut)
std::shared_ptr< detail::synchronized_automaton_impl< Aut >> synchronized_automaton
An automaton wrapper that presents the synchronized automaton.
Implementation of labels are nullables (letter or empty).
vcsn::compose_automaton< true, vcsn::focus_automaton< 1, vcsn::mutable_automaton< vcsn::context< vcsn::tupleset< vcsn::nullableset< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >> >, vcsn::nullableset< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >> > >, vcsn::b > > >, vcsn::insplit_automaton< vcsn::focus_automaton< 0, vcsn::mutable_automaton< vcsn::context< vcsn::tupleset< vcsn::nullableset< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >> >, vcsn::nullableset< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >> > >, vcsn::b > > > > > t0_t
vcsn::mutable_automaton< vcsn::context< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >>, vcsn::q > > t1_t
bool is_synchronized_register(const signature &sig, is_synchronized_t fn)
Provide a variadic mul on top of a binary mul(), and one().
std::shared_ptr< detail::mutable_automaton_impl< Context >> mutable_automaton
Implementation of labels are letters.