Vcsn  2.2
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
q, int, int.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 <vcsn/dyn/registries.hh>
7 #include <vcsn/misc/name.hh>
8 #include <vcsn/weightset/q.hh>
9 
10 #include <vcsn/algos/multiply.hh>
11 
12 
13 // multiply_weight_repeated.
14 using t0_t =
16 
17 using t1_t =
18  int;
19 
20 using t2_t =
21  int;
22 
25  vcsn::ssignature<t0_t, t1_t, t2_t>(),
26  vcsn::dyn::detail::multiply_weight_repeated<t0_t, t1_t, t2_t>
27  );
weightset_mixin< detail::q_impl > q
Definition: fwd.hh:52
bool multiply_weight_repeated_register(const signature &sig, multiply_weight_repeated_t fn)
Definition: algos.cc:971
weight multiply_weight_repeated(const weight &wgt, int min, int max)
Bridge (multiply).
Definition: multiply.hh:447
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
bool t2_t
Definition: >, z>>, bool.cc:43
vcsn::mutable_automaton< vcsn::context< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >>, vcsn::q > > t1_t
static bool multiply_weight_repeated ATTRIBUTE_USED
Definition: q, int, int.cc:23