Vcsn
2.4
Be Rational
Main Page
Namespaces
Classes
Files
File List
File Members
lao_br.hh
Go to the documentation of this file.
1
#pragma once
2
3
#include <
vcsn/alphabets/char.hh
>
4
#include <
vcsn/alphabets/setalpha.hh
>
5
#include <
vcsn/labelset/letterset.hh
>
6
#include <
vcsn/labelset/oneset.hh
>
7
#include <
vcsn/ctx/context.hh
>
8
#include <
vcsn/weightset/b.hh
>
9
10
namespace
vcsn
11
{
12
namespace
ctx
13
{
14
using
lal_char_b
15
= context<letterset<vcsn::set_alphabet<vcsn::char_letters>>,
16
vcsn::b
>;
17
using
lao_br
=
context<oneset, vcsn::expressionset<lal_char_b>
>;
18
}
19
}
20
21
#include <
vcsn/ctx/instantiate.hh
>
22
23
#ifndef MAYBE_EXTERN
24
# define MAYBE_EXTERN extern
25
#endif
26
27
namespace
vcsn
28
{
29
VCSN_CTX_INSTANTIATE
(
ctx::lao_br
);
30
}
instantiate.hh
context.hh
b.hh
char.hh
vcsn::ctx::lao_br
context< oneset, vcsn::expressionset< lal_char_b >> lao_br
Definition:
lao_br.hh:17
vcsn::weightset_mixin
Provide a variadic mul on top of a binary mul(), and one().
Definition:
fwd.hh:46
vcsn
Definition:
a-star.hh:8
letterset.hh
vcsn::detail::ctx
return ctx
Definition:
project-context.hh:41
vcsn::context
Definition:
context.hh:18
vcsn::ctx::lal_char_b
context< lal_char, b > lal_char_b
Definition:
lal_char_b.hh:11
oneset.hh
setalpha.hh
vcsn::VCSN_CTX_INSTANTIATE
VCSN_CTX_INSTANTIATE(ctx::lal_char_b)
vcsn
ctx
lao_br.hh
Generated by
1.8.10