00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 #ifndef VCSN_ALGEBRA_IMPLEMENTATION_SERIES_KRAT_COEFFICIENT_HH
00018 # define VCSN_ALGEBRA_IMPLEMENTATION_SERIES_KRAT_COEFFICIENT_HH
00019 
00020 # include <vaucanson/design_pattern/design_pattern.hh>
00021 # include <vaucanson/algebra/concept/series_base.hh>
00022 
00023 namespace vcsn {
00024 
00025   namespace algebra {
00026 
00027     template <class Series, class T>
00028     std::pair<typename Element<Series, T>::semiring_elt_t, Element<Series, T> >
00029     coefficient(const Element<Series, T>& exp);
00030 
00031   } 
00032 
00033 } 
00034 
00035 
00036 # if !defined VCSN_USE_INTERFACE_ONLY || defined VCSN_USE_LIB
00037 # include <vaucanson/algebra/implementation/series/krat_coefficient.hxx>
00038 #endif // VCSN_USE_INTERFACE_ONLY
00039 
00040 
00041 #endif // ! VCSN_ALGEBRA_IMPLEMENTATION_SERIES_KRAT_COEFFICIENT_HH