Vaucanson  1.4.1
automata/generic_contexts/int_z_fmp_transducer_structures.hh
1 // int_z_fmp_transducer_structures.hh: this file is part of the Vaucanson project.
2 //
3 // Vaucanson, a generic library for finite state machines.
4 //
5 // Copyright (C) 2008, 2010 The Vaucanson Group.
6 //
7 // This program is free software; you can redistribute it and/or
8 // modify it under the terms of the GNU General Public License
9 // as published by the Free Software Foundation; either version 2
10 // of the License, or (at your option) any later version.
11 //
12 // The complete GNU General Public Licence Notice can be found as the
13 // `COPYING' file in the root directory.
14 //
15 // The Vaucanson Group consists of people listed in the `AUTHORS' file.
16 //
17 
18 /*
19  * CPP guard should not be inserted here as
20  * VCSN_GRAPH_IMPL could be changed.
21  */
22 
23 # include GRAPH_CONTEXT_HEADER_(int_z_automaton_structures.hh)
24 
25 # define AUTOMATON_CONTEXT int_z_automaton
26 # define VCSN_CONTEXT_NAMESPACE namespace int_z_fmp_transducer
27 
28 namespace vcsn
29 {
30  namespace VCSN_GRAPH_IMPL
31  {
32  VCSN_CONTEXT_NAMESPACE
33  {
34 
35  typedef AUTOMATON_CONTEXT::monoid_elt_t first_monoid_elt_t;
36  typedef first_monoid_elt_t::set_t first_monoid_t;
37  typedef first_monoid_elt_t::value_t first_monoid_elt_value_t;
38  typedef first_monoid_t::alphabet_t first_alphabet_t;
39  typedef first_monoid_t::monoid_rep_t first_monoid_rep_t;
40  typedef AUTOMATON_CONTEXT::series_rep_t first_series_rep_t;
41 
42  typedef AUTOMATON_CONTEXT::monoid_elt_t second_monoid_elt_t;
43  typedef second_monoid_elt_t::set_t second_monoid_t;
44  typedef second_monoid_elt_t::value_t second_monoid_elt_value_t;
45  typedef second_monoid_t::alphabet_t second_alphabet_t;
46  typedef second_monoid_t::monoid_rep_t second_monoid_rep_t;
47  typedef AUTOMATON_CONTEXT::series_rep_t second_series_rep_t;
48 
49  } // End of namespace VCSN_CONTEXT_NAMESPACE.
50  } // End of namespace VCSN_GRAPH_IMPL
51 } // End of namespace vcsn
52 
53 # include <vaucanson/contexts/free_monoid_product.thh>
54 # include <vaucanson/contexts/z_semiring.thh>
55 # include <vaucanson/contexts/generic_series.thh>
56 # include <vaucanson/contexts/generic_automaton_impl.thh>
57 # include <vaucanson/contexts/automaton.thh>
58 # include <vaucanson/contexts/fmp_transducer.thh>
59 
60 /* Specializations */
61 # include <vaucanson/algebra/implementation/monoid/free_monoid_int.hh>
62 
63 # include <vaucanson/contexts/fmp_transducer_maker.thh>
64 
65 # undef AUTOMATON_CONTEXT
66 # undef VCSN_CONTEXT_NAMESPACE
67