Vcsn  2.2
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
context<letterset<char_letters>, lat<q, expressionset<context<letterset<char_letters>, b>>, z>>.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/alphabets/char.hh>
8 #include <vcsn/ctx/context.hh>
11 #include <vcsn/weightset/b.hh>
12 #include <vcsn/weightset/q.hh>
13 #include <vcsn/weightset/z.hh>
14 
16 
17 using ctx_t =
21  vcsn::q,
24  vcsn::letterset<vcsn::set_alphabet<vcsn::char_letters>>,
25  vcsn::b
26  >
27  >,
28  vcsn::z
29  >
30  >;
31 
32 namespace vcsn
33 {
35 }
Definition: a-star.hh:8
weightset_mixin< detail::q_impl > q
Definition: fwd.hh:52
Provide a variadic mul on top of a binary mul(), and one().
Definition: fwd.hh:46
Implementation of labels are letters.
Definition: fwd.hh:11
VCSN_CTX_INSTANTIATE(ctx::lal_char_br)