Vaucanson
1.4.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
vaucanson
contexts
generic_series.thh
1
// -*- C++ -*-
2
// generic_series.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 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/contexts/polynom_series.thh>
25
26
#include <vaucanson/algebra/implementation/series/krat.hh>
27
#include <
vaucanson/algebra/implementation/series/krat_exp_parser.hh
>
28
29
namespace
vcsn
30
{
31
namespace
VCSN_GRAPH_IMPL
32
{
33
VCSN_CONTEXT_NAMESPACE
34
{
35
36
typedef
37
vcsn::rat::exp<monoid_elt_t::value_t, semiring_elt_t::value_t>
38
rat_exp_impl_t;
39
40
typedef
41
vcsn::Element<series_set_t, rat_exp_impl_t>
42
rat_exp_t;
43
44
}
// End of VCSN_CONTEXT_NAMESPACE.
45
}
// End of namespace VCSN_GRAPH_IMPL
46
}
// End of namespace vcsn.
Generated on Sat Jul 14 2012 18:46:39 for Vaucanson by
1.8.1.1