Vcsn  2.1
Be Rational
lal_char_zrr.hh
Go to the documentation of this file.
1 #ifndef VCSN_CTX_LAL_CHAR_ZRR_HH
2 # define VCSN_CTX_LAL_CHAR_ZRR_HH
3 
4 # include <vcsn/ctx/context.hh>
5 # include <vcsn/ctx/lal_char.hh>
6 # include <vcsn/weightset/z.hh>
7 
8 namespace vcsn
9 {
10  namespace ctx
11  {
12  using lal_char_z = context<lal_char, vcsn::z>;
13  using lal_char_zr = context<lal_char, vcsn::expressionset<lal_char_z>>;
15  }
16 }
17 
18 # include <vcsn/ctx/instantiate.hh>
19 
20 namespace vcsn
21 {
23 };
24 
25 #endif // !VCSN_CTX_LAL_CHAR_ZRR_HH
context< lal_char, vcsn::expressionset< lal_char_z >> lal_char_zr
Definition: lal_char_zr.hh:12
context< lal_char, vcsn::z > lal_char_z
Definition: lal_char_z.hh:11
VCSN_CTX_INSTANTIATE(ctx::lal_char_b)
static dyn::context ctx(const driver &d)
Get the context of the driver.
Definition: parse.cc:80
context< lal_char, vcsn::expressionset< lal_char_zr >> lal_char_zrr
Definition: lal_char_zrr.hh:14