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