Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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< lan_char, vcsn::ratexpset< lal_char_z >> lan_char_zr
Definition: lan_char_zr.hh:14
VCSN_CTX_INSTANTIATE(ctx::lal_char_b)
context< lal_char, vcsn::z > lal_char_z
Definition: lal_char_z.hh:12