Vcsn
2.8
Be Rational
lal_char_zrr.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/z.hh
>
6
7
namespace
vcsn
8
{
9
namespace
ctx
10
{
11
using
lal_char_z
= context<lal_char, vcsn::z>;
12
using
lal_char_zr
= context<lal_char, vcsn::expressionset<lal_char_z>>;
13
using
lal_char_zrr
=
context<lal_char, vcsn::expressionset<lal_char_zr>
>;
14
}
15
}
16
17
#include <
vcsn/ctx/instantiate.hh
>
18
19
namespace
vcsn
20
{
21
VCSN_CTX_INSTANTIATE
(
ctx::lal_char_zrr
);
22
};
lal_char.hh
instantiate.hh
vcsn::ctx::lal_char_zr
context< lal_char, vcsn::expressionset< lal_char_z > > lal_char_zr
Definition:
lal_char_zr.hh:12
vcsn
Definition:
a-star.hh:8
context.hh
vcsn::context
Definition:
context.hh:19
z.hh
vcsn::VCSN_CTX_INSTANTIATE
VCSN_CTX_INSTANTIATE(ctx::lal_char_b)
vcsn::detail::ctx
return ctx
Definition:
project-context.hh:41
vcsn::ctx::lal_char_z
context< lal_char, vcsn::z > lal_char_z
Definition:
lal_char_z.hh:11
vcsn
ctx
lal_char_zrr.hh
Generated by
1.8.13