Vcsn  2.2
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
expressionset<context<wordset<char_letters>, z>>.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/alphabets/char.hh>
8 #include <vcsn/ctx/context.hh>
9 #include <vcsn/dyn/registries.hh>
10 #include <vcsn/labelset/wordset.hh>
11 #include <vcsn/misc/attributes.hh>
12 #include <vcsn/misc/name.hh>
13 #include <vcsn/weightset/z.hh>
14 
16 
17 
18 // context_of_expression.
19 using t0_t =
23  vcsn::z
24  >
25  >;
26 
29  vcsn::ssignature<t0_t>(),
30  vcsn::dyn::detail::context_of_expression<t0_t>
31  );
static bool context_of_expression ATTRIBUTE_USED
context context_of_expression(const expression &exp)
Bridge (context_of).
Definition: make-context.hh:73
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
Implementation of labels are words.
Definition: fwd.hh:36
Provide a variadic mul on top of a binary mul(), and one().
Definition: fwd.hh:46
bool context_of_expression_register(const signature &sig, context_of_expression_t fn)
Definition: algos.cc:242