Vaucanson  1.4.1
automata/generic_contexts/char_char_boolean_automaton_structures.hh
1 // char_char_boolean_automaton_structures.hh: this file is part of the
2 // Vaucanson project.
3 //
4 // Vaucanson, a generic library for finite state machines.
5 //
6 // Copyright (C) 2008 The Vaucanson Group.
7 //
8 // This program is free software; you can redistribute it and/or
9 // modify it under the terms of the GNU General Public License
10 // as published by the Free Software Foundation; either version 2
11 // of the License, or (at your option) any later version.
12 //
13 // The complete GNU General Public Licence Notice can be found as the
14 // `COPYING' file in the root directory.
15 //
16 // The Vaucanson Group consists of people listed in the `AUTHORS' file.
17 //
18 
19 /*
20  * CPP guard should not be inserted here as
21  * VCSN_GRAPH_IMPL could be changed.
22  */
23 
24 # define VCSN_CONTEXT_NAMESPACE namespace char_char_boolean_automaton
25 
26 # include <vaucanson/contexts/char_char_letter.thh>
27 # include <vaucanson/contexts/dynamic_alphabet.thh>
28 # include <vaucanson/contexts/free_monoid.thh>
29 # include <vaucanson/contexts/boolean_semiring.thh>
30 # include <vaucanson/contexts/generic_series.thh>
31 # include <vaucanson/contexts/generic_automaton_impl.thh>
32 # include <vaucanson/contexts/automaton.thh>
33 
34 namespace vcsn
35 {
36  namespace VCSN_GRAPH_IMPL
37  {
38  VCSN_CONTEXT_NAMESPACE
39  {
40  AUTOMATON_FREEMONOID_TYPES_EXACT(automaton_t);
41  AUTOMATON_PROJECTION_TYPES();
42  }
43  }
44 }
45 
46 # include <vaucanson/contexts/automaton_maker.thh>
47 
48 # undef VCSN_CONTEXT_NAMESPACE
49