00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 #ifndef VCSN_ALGORITHMS_RW_COMPOSITION_HH
00018 # define VCSN_ALGORITHMS_RW_COMPOSITION_HH
00019 
00030 # include <vaucanson/design_pattern/design_pattern.hh>
00031 
00032 namespace vcsn {
00033 
00036 
00037   template<typename S, typename T>
00038   void
00039   rw_composition(const Element<S, T>&, const Element<S, T>&, Element<S, T>&);
00040 
00042   template<typename S, typename T>
00043   Element<S, T>
00044   rw_composition(const Element<S, T>&, const Element<S, T>&);
00045 
00048 }
00049 
00050 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00051 #  include <vaucanson/algorithms/rw_composition.hxx>
00052 # endif // VCSN_USE_INTERFACE_ONLY
00053 
00054 #endif // ! VCSN_ALGORITHMS_RW_COMPOSITION_HH