Vcsn  2.2
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
b>>>>>.cc
Go to the documentation of this file.
1 #define BUILD_LIBVCSN 1
2 #define VCSN_INSTANTIATION 1
3 #define MAYBE_EXTERN
4 
5 #include <vcsn/algos/compose.hh>
6 #include <vcsn/algos/focus.hh>
7 #include <vcsn/algos/insplit.hh>
8 #include <vcsn/alphabets/char.hh>
11 #include <vcsn/ctx/context.hh>
12 #include <vcsn/dyn/registries.hh>
15 #include <vcsn/misc/attributes.hh>
16 #include <vcsn/misc/name.hh>
17 #include <vcsn/weightset/b.hh>
18 
19 #include <vcsn/algos/accessible.hh>
21 
22 
23 // accessible.
24 using t0_t =
26  true,
28  1,
34  >,
37  >
38  >,
39  vcsn::b
40  >
41  >
42  >,
45  0,
51  >,
54  >
55  >,
56  vcsn::b
57  >
58  >
59  >
60  >
61  >;
62 
65  vcsn::ssignature<t0_t>(),
66  vcsn::dyn::detail::accessible<t0_t>
67  );
std::shared_ptr< detail::insplit_automaton_impl< Aut, labelset_t_of< Aut >::has_one()>> insplit_automaton
A compose automaton as a shared pointer.
Definition: insplit.hh:312
Implementation of labels are nullables (letter or empty).
Definition: fwd.hh:15
static bool accessible ATTRIBUTE_USED
Definition: b>>>>>.cc:63
std::shared_ptr< detail::compose_automaton_impl< Lazy, Lhs, Rhs >> compose_automaton
A compose automaton as a shared pointer.
Definition: compose.hh:381
filter_automaton< Aut > accessible(const Aut &a)
Accessible part of an automaton.
Definition: accessible.hh:134
bool accessible_register(const signature &sig, accessible_t fn)
Definition: algos.cc:17
vcsn::compose_automaton< true, vcsn::focus_automaton< 1, vcsn::mutable_automaton< vcsn::context< vcsn::tupleset< vcsn::nullableset< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >> >, vcsn::nullableset< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >> > >, vcsn::b > > >, vcsn::insplit_automaton< vcsn::focus_automaton< 0, vcsn::mutable_automaton< vcsn::context< vcsn::tupleset< vcsn::nullableset< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >> >, vcsn::nullableset< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >> > >, vcsn::b > > > > > t0_t
Definition: b>>>>>.cc:61
Provide a variadic mul on top of a binary mul(), and one().
Definition: fwd.hh:46
std::shared_ptr< detail::focus_automaton_impl< Tape, Aut >> focus_automaton
A focus automaton as a shared pointer.
Definition: fwd.hh:42
std::shared_ptr< detail::mutable_automaton_impl< Context >> mutable_automaton
Definition: fwd.hh:25
Implementation of labels are letters.
Definition: fwd.hh:11