Vaucanson
1.4.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
vaucanson
contexts
automaton.thh
1
// -*- C++ -*-
2
// automaton.thh: this file is part of the Vaucanson project.
3
//
4
// Vaucanson, a generic library for finite state machines.
5
//
6
// Copyright (C) 2005, 2006, 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_CONTEXT_NAMESPACE could be changed.
22
*/
23
24
#include <vaucanson/automata/concept/automata.hh>
25
26
namespace
vcsn
27
{
28
namespace
VCSN_GRAPH_IMPL
29
{
30
VCSN_CONTEXT_NAMESPACE
31
{
32
33
// META-FIXME: FIXMEs in this file apply to transducer.thh too.
34
35
// FIXME: Next line should be labels_are_words
36
typedef
vcsn::Automata<series_set_elt_t::set_t, labels_are_series>
automata_set_t;
37
typedef
vcsn::Element<automata_set_t, automaton_impl_t>
automaton_t;
38
typedef
vcsn::generalized_traits<automaton_t>::automaton_t gen_automaton_t;
39
40
//typedef vcsn::Automata<series_set_elt_t::set_t, labels_are_letters> automata_letter_set_t;
41
//typedef vcsn::Element<automata_letter_set_t, automaton_letter_impl_t> automaton_letter_t;
42
// FIXME: Previous two lines to replace next one?
43
typedef
vcsn::Element<automata_set_t, automaton_letter_impl_t>
automaton_letter_t;
44
typedef
automaton_letter_impl_t gen_automaton_letter_t;
45
46
AUTOMATON_TYPES_EXACT(automaton_t);
47
48
}
// End of VCSN_CONTEXT_NAMESPACE.
49
}
// End of VCSN_GRAPH_IMPL
50
}
// End of namespace vcsn.
Generated on Sat Jul 14 2012 18:46:39 for Vaucanson by
1.8.1.1