Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
lal_char_br.hh
Go to the documentation of this file.
1 #ifndef VCSN_CTX_LAL_CHAR_BR_HH
2 # define VCSN_CTX_LAL_CHAR_BR_HH
3 
4 # include <vcsn/ctx/context.hh>
5 # include <vcsn/ctx/lal_char.hh>
6 # include <vcsn/weightset/b.hh>
7 
8 namespace vcsn
9 {
10  namespace ctx
11  {
12  using lal_char_b = context<lal_char, vcsn::b>;
14  }
15 }
16 
17 # include <vcsn/ctx/instantiate.hh>
18 
19 # ifndef MAYBE_EXTERN
20 # define MAYBE_EXTERN extern
21 # endif
22 
23 namespace vcsn
24 {
26 }
27 
28 #endif // !VCSN_CTX_LAL_CHAR_BR_HH
context< lal_char, b > lal_char_b
Definition: lal_char_b.hh:12
VCSN_CTX_INSTANTIATE(ctx::lal_char_b)
context< lal_char, vcsn::ratexpset< lal_char_b >> lal_char_br
Definition: lal_char_br.hh:13