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>>>>>, std::ostream, const std::string.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/print.hh>
21 
22 
23 // print.
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 using t1_t =
76  std::ostream;
77 
78 using t2_t =
79  const std::string;
80 
81 static bool print ATTRIBUTE_USED =
83  vcsn::ssignature<t0_t, t1_t, t2_t>(),
84  vcsn::dyn::detail::print<t0_t, t1_t, t2_t>
85  );
std::shared_ptr< detail::tuple_automaton_impl< Auts...>> tuple_automaton
A tuple automaton as a shared pointer.
std::ostream & print(const Aut &aut, std::ostream &out, const std::string &fmt)
Definition: print.hh:77
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
bool print_register(const signature &sig, print_t fn)
Definition: algos.cc:1034
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
bool t2_t
Definition: >, z>>, bool.cc:43
vcsn::mutable_automaton< vcsn::context< vcsn::letterset< vcsn::set_alphabet< vcsn::char_letters >>, vcsn::q > > t1_t
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