00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 #ifndef VCSN_ALGEBRA_IMPLEMENTATION_SERIES_TRANSPOSE_HH
00018 # define VCSN_ALGEBRA_IMPLEMENTATION_SERIES_TRANSPOSE_HH
00019 
00020 namespace vcsn {
00021 
00022   namespace algebra {
00023 
00024     template <class S, class T>
00025     struct DefaultTransposeFun
00026     {
00027       T operator()(const S&, const T&) const;
00028     };
00029 
00030   } 
00031 
00032 } 
00033 
00034 
00035 # if !defined VCSN_USE_INTERFACE_ONLY || defined VCSN_USE_LIB
00036 # include <vaucanson/algebra/implementation/series/transpose.hxx>
00037 #endif // VCSN_USE_INTERFACE_ONLY
00038 
00039 
00040 #endif // ! VCSN_ALGEBRA_IMPLEMENTATION_SERIES_TRANSPOSE_HH