generic_series.thh

00001 //                                                             -*- C++ -*-
00002 // generic_series.thh: this file is part of the Vaucanson project.
00003 //
00004 // Vaucanson, a generic library for finite state machines.
00005 //
00006 // Copyright (C) 2005, 2006 The Vaucanson Group.
00007 //
00008 // This program is free software; you can redistribute it and/or
00009 // modify it under the terms of the GNU General Public License
00010 // as published by the Free Software Foundation; either version 2
00011 // of the License, or (at your option) any later version.
00012 //
00013 // The complete GNU General Public Licence Notice can be found as the
00014 // `COPYING' file in the root directory.
00015 //
00016 // The Vaucanson Group consists of people listed in the `AUTHORS' file.
00017 //
00018 
00024 #include <vaucanson/contexts/polynom_series.thh>
00025 
00026 #include <vaucanson/algebra/implementation/series/krat.hh>
00027 #include <vaucanson/algebra/implementation/series/krat_exp_parser.hh>
00028 
00029 namespace vcsn
00030 {
00031 
00032   namespace VCSN_CONTEXT_NAMESPACE
00033   {
00034 
00035     typedef
00036     vcsn::rat::exp<monoid_elt_t::value_t, semiring_elt_t::value_t>
00037     rat_exp_impl_t;
00038 
00039     typedef
00040     vcsn::Element<series_set_t, rat_exp_impl_t>
00041     rat_exp_t;
00042 
00043   } // End of namespace VCSN_CONTEXT_NAMESPACE.
00044 
00045 } // End of namespace vcsn.

Generated on Fri Jul 28 12:18:34 2006 for Vaucanson by  doxygen 1.4.6