Vcsn  2.2
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
lableset<letterset<char_letters>>, nullableset<letterset<char_letters>>>, lat<r, q>>>, lat<b, q>>>.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>
12 #include <vcsn/labelset/wordset.hh>
13 #include <vcsn/weightset/b.hh>
14 #include <vcsn/weightset/q.hh>
15 #include <vcsn/weightset/r.hh>
16 
18 
19 using ctx_t =
27  >,
29  >
30  >
31  >,
38  >,
41  >
42  >,
44  vcsn::r,
45  vcsn::q
46  >
47  >
48  >,
50  vcsn::b,
51  vcsn::q
52  >
53  >
54  >;
55 
56 namespace vcsn
57 {
59 }
Definition: a-star.hh:8
Implementation of labels are nullables (letter or empty).
Definition: fwd.hh:15
weightset_mixin< detail::b_impl > b
Definition: fwd.hh:48
Implementation of labels are words.
Definition: fwd.hh:36
Provide a variadic mul on top of a binary mul(), and one().
Definition: fwd.hh:46
weightset_mixin< detail::r_impl > r
Definition: fwd.hh:54
Implementation of labels are letters.
Definition: fwd.hh:11
VCSN_CTX_INSTANTIATE(ctx::lal_char_br)