Vcsn  2.1
Be Rational
lan_char_zr.hh
Go to the documentation of this file.
1 #ifndef VCSN_CTX_LAN_CHAR_ZR_HH
2 # define VCSN_CTX_LAN_CHAR_ZR_HH
3 
4 # include <vcsn/ctx/context.hh>
5 # include <vcsn/ctx/lal_char.hh>
6 # include <vcsn/ctx/lan_char.hh>
7 # include <vcsn/weightset/z.hh>
8 
9 namespace vcsn
10 {
11  namespace ctx
12  {
13  using lal_char_z = context<lal_char, vcsn::z>;
15  }
16 }
17 
18 # include <vcsn/ctx/instantiate.hh>
19 
20 namespace vcsn
21 {
23 };
24 
25 #endif // !VCSN_CTX_LAN_CHAR_ZR_HH
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< lan_char, vcsn::expressionset< lal_char_z >> lan_char_zr
Definition: lan_char_zr.hh:14