Vcsn  2.2
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
t<char_letters>, b>>>.cc
Go to the documentation of this file.
1 #define BUILD_LIBVCSN 1
2 #define VCSN_INSTANTIATION 1
3 #define MAYBE_EXTERN
4 
5 #include <tuple>
6 #include <vcsn/alphabets/char.hh>
10 #include <vcsn/ctx/context.hh>
11 #include <vcsn/dyn/registries.hh>
13 #include <vcsn/misc/attributes.hh>
14 #include <vcsn/misc/name.hh>
15 #include <vcsn/weightset/b.hh>
16 #include <vcsn/weightset/q.hh>
17 
19 
20 
21 // infiltration.
22 using t0_t =
23  std::tuple<
30  vcsn::q
31  >
32  >
33  >
34  >,
38  vcsn::b
39  >
40  >
41  >;
42 
45  vcsn::ssignature<t0_t>(),
46  vcsn::dyn::detail::infiltration<t0_t>
47  );
bool infiltration_register(const signature &sig, infiltration_t fn)
Definition: algos.cc:485
static bool infiltration ATTRIBUTE_USED
Definition: t, b>>>.cc:43
ValueSet::value_t tuple(const ValueSet &vs, const typename ValueSets::value_t &...v)
Definition: tuple.hh:43
variadic< type_t::infiltration, Context > infiltration
Definition: fwd.hh:143
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
Definition: b>>>>>.cc:61
Provide a variadic mul on top of a binary mul(), and one().
Definition: fwd.hh:46
std::shared_ptr< detail::mutable_automaton_impl< Context >> mutable_automaton
Definition: fwd.hh:25
Implementation of labels are letters.
Definition: fwd.hh:11