Vcsn  2.2
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
able_automaton<context<lat<nullableset<letterset<char_letters>>, nullableset<letterset<char_letters>>>, 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/focus.hh>
6 #include <vcsn/algos/insplit.hh>
7 #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 // trim.
24 using t0_t =
31  >,
34  >
35  >,
36  vcsn::b
37  >
38  >,
40  1,
46  >,
49  >
50  >,
51  vcsn::b
52  >
53  >
54  >,
57  0,
63  >,
66  >
67  >,
68  vcsn::b
69  >
70  >
71  >
72  >
73  >;
74 
75 static bool trim ATTRIBUTE_USED =
77  vcsn::ssignature<t0_t>(),
78  vcsn::dyn::detail::trim<t0_t>
79  );
std::shared_ptr< detail::tuple_automaton_impl< Auts...>> tuple_automaton
A tuple automaton as a shared pointer.
static bool trim ATTRIBUTE_USED
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
bool trim_register(const signature &sig, trim_t fn)
Definition: algos.cc:1448
filter_automaton< Aut > trim(const Aut &a)
Useful part of an automaton.
Definition: accessible.hh:150
Implementation of labels are nullables (letter or empty).
Definition: fwd.hh:15
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