Vcsn  2.2
Be Rational
lal_char_br.hh
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vcsn/ctx/context.hh>
4 #include <vcsn/ctx/lal_char.hh>
5 #include <vcsn/weightset/b.hh>
6 
7 namespace vcsn
8 {
9  namespace ctx
10  {
11  using lal_char_b = context<lal_char, vcsn::b>;
13  }
14 }
15 
16 #include <vcsn/ctx/instantiate.hh>
17 
18 #ifndef MAYBE_EXTERN
19 # define MAYBE_EXTERN extern
20 #endif
21 
22 namespace vcsn
23 {
25 }
VCSN_CTX_INSTANTIATE(ctx::lal_char_b)
context< lal_char, vcsn::expressionset< lal_char_b >> lal_char_br
Definition: lal_char_br.hh:12
Definition: a-star.hh:8
context< lal_char, b > lal_char_b
Definition: lal_char_b.hh:11
static dyn::context ctx(const driver &d)
Get the context of the driver.
Definition: parse.cc:82